LA Times, Paywall Removal

Disables paywall and renables scrolling

< Feedback on LA Times, Paywall Removal

Review: Good - script works

o 2
§
Posted: 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/*
...
grantbaconAuthor
§
Posted: 2019-04-04
Edited: 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!

Post reply

Sign in to post a reply.