// ==UserScript== // @name 巴哈姆特找回消失的公會按鈕 // @namespace http://www.isaka.idv.tw/ // @version 0.1 // @description 讓消失的公會按鈕回來! // @author Isaka(jason21716@巴哈姆特) // @match https://*.gamer.com.tw/* // @grant GM_xmlhttpRequest // @require https://code.jquery.com/jquery-3.3.1.min.js // @downloadURL none // ==/UserScript== (function() { 'use strict'; $('.TOP-my ul').prepend('
  • '); })();