PSXHAX Hide Annoying pop up

Hiding annoying pop-up 'Please allow ads on our site' on PSXHAX

当前为 2024-04-21 提交的版本,查看 最新版本

/* ==UserStyle==
@author      funkie
@name        PSXHAX Hide Annoying pop up
@description Hiding annoying pop-up 'Please allow ads on our site' on PSXHAX 
@match       *://*.psxhax.com/*
@version    0.1
@namespace https://greasyfork.org/users/1291245
==/UserStyle== */
    

.fc-ab-root {
   display:none !important;
}
/* ==UserStyle==