/* ==UserStyle== @name 移除巴哈小屋背景圖 @namespace https://github.com/downwarjers/WebTweaks @version 1.1 @description 強制移除巴哈姆特小屋(home.gamer.com.tw)的自訂背景圖片,將背景設為無。 @author downwarjers @license MIT @updateURL https://raw.githubusercontent.com/downwarjers/WebTweaks/main/UserStyles/remove-baha-home-background/remove-baha-home-background.user.css ==/UserStyle== */ @-moz-document domain("home.gamer.com.tw") { /* 鎖定 body 元素 */ body { /* 將背景設定為「無」,相當於 document.body.style.background = 'none' */ background: none !important; } }