2018-11-04 21:25:38 +01:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
2018-11-05 01:18:45 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2018-11-04 21:25:38 +01:00
< title > uBlock Origin -- Tests< / title >
< / head >
< body >
< h1 > uBlock Origin tests< / h1 >
2018-11-05 01:15:46 +01:00
< p > Some of the pages below are hosted on < a href = "raw.githack.com" > raw.githack.com< / a > in order to ensure some of the secondary resources can be properly loaded (specifically, the WebAssembly modules, as they < a href = "https://github.com/WebAssembly/design/blob/master/Web.md#webassemblyinstantiatestreaming" > require to be loaded using same-origin policy< / a > ).< / p >
2018-11-04 21:25:38 +01:00
< ul >
2020-03-07 20:25:06 +01:00
< li > < a href = "css-selector-based-cosmetic-filters.html" > CSS selector-based cosmetic filters< / a >
2019-06-22 16:00:25 +02:00
< li > < a href = "procedural-cosmetic-filters.html" > Procedural cosmetic filters< / a >
< li > < a href = "procedural-html-filters.html" > Procedural HTML filters< / a >
2019-09-15 20:53:18 +02:00
< li > < a href = "scriptlet-injection-filters-1.html" > Scriptlet injection filters / no-setTimeout-if< / a >
2020-03-07 20:25:06 +01:00
< li >
< li > < a href = "https://raw.githack.com/gorhill/uBlock/master/docs/tests/hntrie-test.html" > HNTrie: tests< / a >
< li > < a href = "https://raw.githack.com/gorhill/uBlock/master/docs/tests/hnset-benchmark.html" > HNTrie, small (2) to medium (~1000) set: benchmarks< / a >
< li > < a href = "https://raw.githack.com/gorhill/uBlock/master/docs/tests/hnbigset-benchmark.html" > HNTrie, small (2) to large (40,000+) set: benchmarks< / a >
2018-11-04 21:25:38 +01:00
< / ul >
< / body >
< / html >