
AdHole Autor: marinuspax
Attempts to delete promoted in-line ad content within the old.reddit.com document object model.
Žiadni používateliaŽiadni používatelia
Na použitie tohto rozšírenia budete potrebovať Firefox
Metadáta rozšírenia
O tomto rozšírení
Scope is limited to old.reddit.com - this means it only works when the domain is *old.reddit.com/*
On the client, the add-on uses javascript to search through the dom for elements with a class name of 'promotedlink' and removes each element found.
source code below:
function removeElementsByClass(className){
var elements = document.getElementsByClassName(className);
while(elements.length > 0){
elements[0].parentNode.removeChild(elements[0]);
}
}
removeElementsByClass('promotedlink');
document.addEventListener("DOMContentLoaded", function(event){
removeElementsByClass('promotedlink');
});
On the client, the add-on uses javascript to search through the dom for elements with a class name of 'promotedlink' and removes each element found.
source code below:
function removeElementsByClass(className){
var elements = document.getElementsByClassName(className);
while(elements.length > 0){
elements[0].parentNode.removeChild(elements[0]);
}
}
removeElementsByClass('promotedlink');
document.addEventListener("DOMContentLoaded", function(event){
removeElementsByClass('promotedlink');
});
Hodnotené 5 od 1 recenzenta
Povolenia a údajeĎalšie informácie
Požadované oprávnenia:
- Pristupovať k údajom pre old.reddit.com
Ďalšie informácie
- Verzia
- 1.0
- Veľkosť
- 13,74 kB
- Posledná aktualizácia
- pred 6 rokmi (4. jan 2020)
- Príbuzné kategórie
- História verzií
- Pridať do kolekcie
Ďalšie rozšírenia od autora marinuspax
- Doplnok zatiaľ nie je ohodnotený
- Doplnok zatiaľ nie je ohodnotený
- Doplnok zatiaľ nie je ohodnotený
- Doplnok zatiaľ nie je ohodnotený
- Doplnok zatiaľ nie je ohodnotený
- Doplnok zatiaľ nie je ohodnotený