zone-telechargement (Anti-Popup)
zone-telechargement (Anti-Popup) by gentlement
Details
Authorgentlement
LicenseNo License
Categoryzone-telechargement
Created
Updated
Size571 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name zone-telechargement (Anti-Popup)
@version 20220414.16.51
@namespace userstyles.world/user/gentlement
@description zone-telechargement (Anti-Popup)
@author gentlement
@license No License
==/UserStyle== */
@-moz-document domain("zone-telechargement.click"), domain("zone-telechargement.cam") {
iframe {
display: none !important;
position: absolute !important;
top: -10000px !important;
right: -10000px !important;
z-index: -2147483647 !important;
}
html[dir="ltr"], body.notranslate {
display: none !important;
}
}