
AdHole geliştiren: marinuspax
Attempts to delete promoted in-line ad content within the old.reddit.com document object model.
Kullanıcı yokKullanıcı yok
Bu uzantıyı kullanmak için Firefox’a ihtiyacınız var
Uzantı meta verileri
Bu uzantı hakkında
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');
});
1 inceleyiciden 5 puan aldı
İzinler ve verilerDaha fazla bilgi al
Gerekli izinler:
- old.reddit.com verilerinize erişme
Daha fazla bilgi
- Sürüm
- 1.0
- Boyut
- 13,74 KB
- Son güncelleme
- 6 yıl önce (4 Oca 2020)
- İlgili kategoriler
- Lisans
- Yalnızca GNU Genel Kamu Lisansı v3.0
- Sürüm geçmişi
- Koleksiyona ekle
marinuspax tarafından geliştirilen diğer uzantılar
- Henüz hiç puan yok
- Henüz hiç puan yok
- Henüz hiç puan yok
- Henüz hiç puan yok
- Henüz hiç puan yok
- Henüz hiç puan yok