Allows the use of an adblocker on www.RockPaperShotgun.com
RPS allow adblocker by cottondell
Details
Authorcottondell
LicenseNo License
CategoryRockPaperShotgun
Created
Updated
Size550 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 RPS allow adblocker
@version 20220212.22.31
@namespace userstyles.world/user/cottondell
@description Allows the use of an adblocker on www.RockPaperShotgun.com
@author cottondell
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.rockpapershotgun.com/") {
.sp-message-open {
overflow: visible !important;
position: static !important;
}
div[class*='sp_message_container'], div[class*='sp_veil'] {
display: none !important;
}
}