mirror of
https://github.com/gorhill/uBlock.git
synced 2025-01-31 12:11:36 +01:00
Make test pages small-screen friendly
This commit is contained in:
parent
a436102ff7
commit
4956a166d3
@ -2,6 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Procedural cosmetic filters</title>
|
||||
<style>
|
||||
.filters {
|
||||
@ -144,7 +145,7 @@
|
||||
|
||||
<div id="a15" class="tile">
|
||||
<div class="pass"><div class="pass"><a><b class="ok"></b></a></div></div>
|
||||
<code>#pcf #a15 .pass:watch-attrs(class) > .fail:has(b.notok)</code>
|
||||
<code>#pcf #a15 .pass:watch-attr(class) > .fail:has(b.notok)</code>
|
||||
<script>
|
||||
self.setTimeout(( ) =>
|
||||
{
|
||||
|
@ -2,6 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Procedural HTML filters</title>
|
||||
<style>
|
||||
.filters {
|
||||
|
Loading…
x
Reference in New Issue
Block a user