La Crosse Tribune: Unblocker

Unblocks articles on the La Crosse Tribune website.

// ==UserScript==
// @name           La Crosse Tribune: Unblocker
// @description    Unblocks articles on the La Crosse Tribune website.
// @author         crank 
// @namespace      https://gf.qytechs.cn/users/1112-crank
// @include    http://lacrossetribune.com/*
// @priority    9999
// @version        1.0
// ==/UserScript==

$("#blox-paywall-modal").remove();
$("#exposeMask").remove();

var elmDeleted = document.getElementById("t402-prompt-iframe");
elmDeleted.parentNode.removeChild(elmDeleted);
elmDeleted = document.getElementById("t402-inline-block");
elmDeleted.parentNode.removeChild(elmDeleted);

QingJ © 2025

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