
AdHole per marinuspax
Attempts to delete promoted in-line ad content within the old.reddit.com document object model.
Tu pote usar iste extension solo sur Firefox
Metadatos del extension
A proposito de iste extension
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');
});
Evaluta tu experientia
PermissionesSaper plus
Iste additivo debe:
- Accede tu datos pro old.reddit.com
Plus de informationes
- Version
- 1.0
- Dimension
- 13,74 KB
- Ultime actualisation
- pred 5 leti (4. jan. 2020)
- Categorias associate
- Licentia
- Solo GNU General Public License v3.0
- Historia de versiones
Adder al collection
Altere extensiones ex marinuspax
- Il ha non ha ancora evalutationes
- Il ha non ha ancora evalutationes
- Il ha non ha ancora evalutationes
- Il ha non ha ancora evalutationes
- Il ha non ha ancora evalutationes
- Il ha non ha ancora evalutationes