1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Add link to parent page

This commit is contained in:
Raymond Hill 2019-06-22 10:19:36 -04:00
parent 10236552ca
commit b5397be601
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 10 additions and 6 deletions

View File

@ -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>

View File

@ -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>