// ==UserScript== // @name 巴哈姆特-移除小屋背景圖 // @namespace http://tampermonkey.net/ // @version 1.0 // @description 移除巴哈小屋背景圖 // @author jlhg // @match https://home.gamer.com.tw/homeindex.php?* // @match https://home.gamer.com.tw/bahawall.php?* // @match https://home.gamer.com.tw/creation.php?* // @match https://home.gamer.com.tw/bookmark.php?* // @match https://home.gamer.com.tw/acgbox.php?* // @match https://home.gamer.com.tw/joinGuild.php?* // @match https://home.gamer.com.tw/creationDetail.php?* // @match https://home.gamer.com.tw/creationCategory.php?* // @grant none // @downloadURL https://update.greasyfork.icu/scripts/387946/%E5%B7%B4%E5%93%88%E5%A7%86%E7%89%B9-%E7%A7%BB%E9%99%A4%E5%B0%8F%E5%B1%8B%E8%83%8C%E6%99%AF%E5%9C%96.user.js // @updateURL https://update.greasyfork.icu/scripts/387946/%E5%B7%B4%E5%93%88%E5%A7%86%E7%89%B9-%E7%A7%BB%E9%99%A4%E5%B0%8F%E5%B1%8B%E8%83%8C%E6%99%AF%E5%9C%96.meta.js // ==/UserScript== (function() { 'use strict'; document.body.style.background = 'none'; })();