/* ==UserStyle== @name Lichess Enable only some lobby pools @namespace https://github.com/ornicar/userstyles @homepageURL https://raw.githubusercontent.com/ornicar/userstyles/master/lichess.select-pools.user.css @version 1.0.0 @license MIT @description On lichess.org, enable only some lobby pool buttons @author github.com/ornicar ==/UserStyle== */ @-moz-document domain("lichess.org") { /* all pools disabled by default */ .lpools > div { opacity: 0.3; pointer-events: none; } /* pools to enable */ .lpools > [data-id="1+0"], .lpools > [data-id="3+0"] { opacity: 1; pointer-events: auto; } }