remove anti-adblock from website
technicpack.net remove admiral by osirisgothra
Details
Authorosirisgothra
LicensePublic Domain
Categorytechnicpack.net
Created
Updated
Size584 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
removes it, thats all
Source code
/* ==UserStyle==
@name technicpack.net remove admiral
@version 20230503.16.36
@namespace userstyles.world/user/osirisgothra
@description remove anti-adblock from website
@author osirisgothra
@license Public Domain
==/UserStyle== */
@-moz-document domain("technicpack.net") {
/* /html/body/div[4]/div
/html/body/div[7]/div
removes & defeats the div-hijack layer
(tsk, divs were never meant to be used like this)
*/
div.fEy1Z2XT
{
display: none !important;
}
/* removes & defeats the overflow-lock
*/
body, :root
{
overflow: scroll !important;
}
}