Oculta las tablas en las que se insertan anuncios. No añade ningún estilo a la página.
Bloqueo publi forocoches diseño antiguo by shurtmato
Details
Authorshurtmato
LicenseNo License
Categoryforocoches
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Filtro de ublock que utilizo es el básico con esta regla añadida
! https://www.forocoches.com
www.forocoches.com###threadslist > tbody:nth-of-type(1) > tr:nth-of-type(1)
Si se añade la siguiente regla a ublock se eliminan los hilos con colores de publicidad
forocoches.com##div[style*="background-color: #"]
Source code
/* ==UserStyle==
@name Bloqueo forocoches publi complementario para ublock
@version 20220729.14.45
@namespace userstyles.world/user/shurtmato
@description Oculta las tablas en las que se insertan anuncios. No añade ningún estilo a la página.
@author shurtmato
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://forocoches.com/foro/showthread.php") {
table.cajasprin:nth-child(4) {
display: none !important
}
table.cajasprin:nth-child(10){
display: none
}
table.cajasprin:nth-child(3) {
display: none
}
table.cajasprin:nth-child(11) {
display: none
}
table.cajasprin:nth-child(2) {
display: none
}
br{
display: none;
}
}
@-moz-document url-prefix("https://www.forocoches.com/foro/forumdisplay.php") {
#collapseobj_sidebar {
display: none !important
}
div.page > div:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) {
display: none !important
}
table.cajasprin:nth-child(8) {
display: none
}
}