Hiding annoying pop-up 'Please allow ads on our site' on PSXHAX
/* ==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
==/UserStyle== */
body > div.fc-ab-root {
display:none !important;
}
/* ==UserStyle==