WaPo Escalation

Hide the Washington Post Ad Blocker Blocker

目前为 2015-09-11 提交的版本。查看 最新版本

// ==UserScript==
// @name        WaPo Escalation
// @namespace   ffmike
// @description Hide the Washington Post Ad Blocker Blocker
// @somain      www.washingtonpost.com
// @include     http://www.washingtonpost.com/*
// @version     1
// @grant       GM_addStyle
// @license        CC0 1.0; https://creativecommons.org/publicdomain/zero/1.0/
// ==/UserScript==

var style = ".jqmOverlay { display: none !important; }"

GM_addStyle(style);

var style = "#drawbridge-signup-overlay { display: none !important; }"

GM_addStyle(style);

QingJ © 2025

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