It hides ads from the page, not removing it.
Polygon Ads Hider™ by axtrct
Details
Authoraxtrct
LicenseHi
Categorypolygon, polygon.pizzaboxer.xyz
Created
Updated
Size513 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
idk
Source code
/* ==UserStyle==
@name Polygon Ads Hider™
@version 20220621.05.11
@namespace userstyles.world/user/axtrct
@description It hides ads from the page, not removing it.
@author axtrct
@license Hi
==/UserStyle== */
@-moz-document domain("polygon.pizzaboxer.xyz") {
.adsbygoogle, ins {
opacity: 0;
width: 0 !important;
height: 0 !important;
margin-top: 0 !important;
pointer-events: none;
}
.mt-2 {
opacity: 0;
width: 0 !important;
height: 0 !important;
}
}