/* ==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.1
@namespace https://greasyfork.org/users/1291245
@downloadURL https://update.greasyfork.org/scripts/493077/PSXHAX%20Hide%20Annoying%20pop%20up.user.css
@updateURL https://update.greasyfork.org/scripts/493077/PSXHAX%20Hide%20Annoying%20pop%20up.meta.css
==/UserStyle== */
    

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