🏠 返回首頁 

Greasy Fork is available in English.

巴哈姆特 手機版 不跳 APP 詢問框

略過巴哈姆特論壇手機版惱人的 APP 詢問框

// ==UserScript==
// @name         巴哈姆特 手機版 不跳 APP 詢問框
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  略過巴哈姆特論壇手機版惱人的 APP 詢問框
// @author       Rplus
// @match        https://m.gamer.com.tw/forum/*.php?*
// @grant        none
// @license MIT
// ==/UserScript==
(function() {
if (MB_showBottomDownloadApp) {
MB_showBottomDownloadApp = i => { if (i) { location.href = i } }
}
})();