mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Add link to parent page
This commit is contained in:
parent
10236552ca
commit
b5397be601
2 changed files with 10 additions and 6 deletions
|
@ -47,19 +47,21 @@
|
|||
.fail::before {
|
||||
content: 'fail';
|
||||
}
|
||||
a, b {
|
||||
.tests a, .tests b {
|
||||
display: none;
|
||||
}
|
||||
a::before {
|
||||
.tests a::before {
|
||||
opacity: 0;
|
||||
}
|
||||
b::after {
|
||||
.tests b::after {
|
||||
opacity: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Procedural cosmetic filters</h1>
|
||||
<p><a href="./.">Back</a>
|
||||
<br><br></p>
|
||||
<h3>Filters</h3>
|
||||
<div class="filters"><noscript>Enable JavaScript to see needed filters</noscript></div>
|
||||
|
||||
|
|
|
@ -47,19 +47,21 @@
|
|||
.fail::before {
|
||||
content: 'fail';
|
||||
}
|
||||
a, b {
|
||||
.tests a, .tests b {
|
||||
display: none;
|
||||
}
|
||||
a::before {
|
||||
.tests a::before {
|
||||
opacity: 0;
|
||||
}
|
||||
b::after {
|
||||
.tests b::after {
|
||||
opacity: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Procedural HTML filters</h1>
|
||||
<p><a href="./.">Back</a>
|
||||
<br><br></p>
|
||||
<h3>Filters</h3>
|
||||
<div class="filters"><noscript>Enable JavaScript to see needed filters</noscript></div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue