NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name 4pda anti-ads
// @namespace Violentmonkey Scripts
// @match https://4pda.to/*
// @grant none
// @version 1.0
// @author TheK0tYaRa
// @description 3/18/2023, 8:54:35 PM
// @updateURL https://gitgud.io/TheK0tYaRa/js-stuff-repo/-/raw/master/4pda_anti-ad.user.js
// @downloadURL https://gitgud.io/TheK0tYaRa/js-stuff-repo/-/raw/master/4pda_anti-ad.user.js
// @copyright 2023, TheK0tYaRa (https://openuserjs.org/users/TheK0tYaRa)
// @license MIT
// ==/UserScript==
window.addEventListener('load', function () {
document.body.children[0].children[8].children[0].children[0].children[0].children[1].remove()
});