1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37: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 { .fail::before {
content: 'fail'; content: 'fail';
} }
a, b { .tests a, .tests b {
display: none; display: none;
} }
a::before { .tests a::before {
opacity: 0; opacity: 0;
} }
b::after { .tests b::after {
opacity: 0; opacity: 0;
} }
</style> </style>
</head> </head>
<body> <body>
<h1>Procedural cosmetic filters</h1> <h1>Procedural cosmetic filters</h1>
<p><a href="./.">Back</a>
<br><br></p>
<h3>Filters</h3> <h3>Filters</h3>
<div class="filters"><noscript>Enable JavaScript to see needed filters</noscript></div> <div class="filters"><noscript>Enable JavaScript to see needed filters</noscript></div>

View File

@ -47,19 +47,21 @@
.fail::before { .fail::before {
content: 'fail'; content: 'fail';
} }
a, b { .tests a, .tests b {
display: none; display: none;
} }
a::before { .tests a::before {
opacity: 0; opacity: 0;
} }
b::after { .tests b::after {
opacity: 0; opacity: 0;
} }
</style> </style>
</head> </head>
<body> <body>
<h1>Procedural HTML filters</h1> <h1>Procedural HTML filters</h1>
<p><a href="./.">Back</a>
<br><br></p>
<h3>Filters</h3> <h3>Filters</h3>
<div class="filters"><noscript>Enable JavaScript to see needed filters</noscript></div> <div class="filters"><noscript>Enable JavaScript to see needed filters</noscript></div>