Paywal killer for HBR

Blocks the paywal from HBR blog

// ==UserScript==
// @name       Paywal killer for HBR
// @namespace  http://blogs.hbr.org/*
// @version    0.1
// @description  Blocks the paywal from HBR blog
// @include      http://blogs.hbr.org/*
// @copyright  2013+, Sergio H. Schuler
// ==/UserScript==

function kill(elementName)
{
    var elementInQuestion = document.getElementById(elementName);
    elementInQuestion.parentNode.removeChild(elementInQuestion);
}

kill("paywallPrompt");

QingJ © 2025

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