GoMap fullwindow without AD-bar

remove white bar after adblock in Pokemon Go map site: GoMap.eu

目前為 2017-09-12 提交的版本,檢視 最新版本

// ==UserScript==
// @name         GoMap fullwindow without AD-bar
// @namespace    http://tampermonkey.net/
// @version      0.13
// @description  remove white bar after adblock in Pokemon Go map site: GoMap.eu
// @author       niu541412
// @match        *://*.gomap.eu/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    document.getElementsByClassName('adslot_1')[0].style.height = "calc(0%)";
    //document.getElementById("mapo").style.height="calc(100%)";
    //document.getElementById("menuToggle").style.backgroundColor = "rgba(75, 164, 128, 0.57)";
    //alert($(document.getElementsByClassName('adslot_1')[0]).outerHeight()+31);
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址