/* ==UserStyle== @name free-play-sudoku style @namespace ilyachch/userscripts/styles @version 0.0.1 @description Custom CSS - free-play-sudoku @author ilyachch (https://github.com/ilyachch/userscripts) @homepageURL https://github.com/ilyachch/userscripts @supportURL https://github.com/ilyachch/userscripts/issues @updateURL https://raw.githubusercontent.com/ilyachch/userscripts/main/usercss/free_play_sudoku/free_play_sudoku.user.css @license MIT @preprocessor default ==/UserStyle== */ @-moz-document domain("free-play-sudoku.com") { #adTemp { display: none !important; } #content { left: 0; } #sudokuKeyboardAdditional { display: none !important; } #sidebarRight { display: none !important; } }