User:Bebiezaza/removeAllAds.js - minecraft.fandom.com
Treść tej podstrony pochodzi z artykułu „User:Bebiezaza/removeAllAds.js” w domenie minecraft.fandom.com na licencji CC BY-NC-SA 3.0
if (document.getElementsByClassName("top-ads-container")[0]) document.getElementsByClassName("top-ads-container")[0].remove();
if (document.getElementById("rail-boxad-wrapper")) document.getElementById("rail-boxad-wrapper").remove();
if (document.getElementsByClassName("bottom-ads-container")[0]) document.getElementsByClassName("bottom-ads-container")[0].remove();
if (document.getElementsByClassName("notifications-placeholder")[0]) document.getElementsByClassName("notifications-placeholder")[0].remove();
setTimeout(function() {
var inlineAds = document.getElementsByClassName("gpt-ad");
while (inlineAds[0]) {
inlineAds[0].parentNode.removeChild(inlineAds[0]);
}
}, 1100);