Disable the popup message when new player enter the lobby (to counter troll)
jigsawexplorer.com Anti troll popup by zaykho
Details
Authorzaykho
LicenseNo License
Categoryjigsawexplorer
Created
Updated
Size390 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 jigsawexplorer.com Anti troll popup
@version 20211004.10.05
@namespace userstyles.world/user/zaykho
@description Disable the popup message when new player enter the lobby (to counter troll)
@author zaykho
@license No License
==/UserStyle== */
@-moz-document domain("jigsawexplorer.com") {
#jigex-toast-pnl{visibility:hidden !important;}
}