LA Times, Paywall Removal

Disables paywall and renables scrolling

< 脚本LA Times, Paywall Removal的反馈

评价:好评 - 脚本一切正常

o 2
§
发表于:2018-12-10

@match fails on Greasemonkey

Script still works, but (1) Tampermonkey accepts the nonstandard '// @match http*://...' but Greasemonkey doesn't. Expression should be '// @match *://...' or '// @match https://...'.

(2) Other Tribune sites use the same template so the script works for them, too.

...
// @match        *://*.latimes.com/*
// @match        *://www.chicagotribune.com/*
// @match        *://www.baltimoresun.com/*
// @match        *://www.capitalgazette.com/*
// @match        *://www.carrollcountytimes.com/*
// @match        *://www.dailypress.com/*
// @match        *://www.courant.com/*
// @match        *://www.mcall.com/*
// @match        *://www.orlandosentinel.com/*
// @match        *://www.sun-sentinel.com/*
// @match        *://www.dailypress.com/*
// @match        *://www.vagazette.com/*
...
grantbacon作者
§
发表于:2019-04-04
编辑于:2019-04-04

Thanks, I'm a Tampermonkey user myself, so I never noticed this. Also thanks for catching the other sites this works with. I'll update this script now, and also instead of using a timeout, I'm going to just call thaw when the page is fully loaded. Appreciate the feedback!

发表回复

登录以发表回复。