Skip to content

Instantly share code, notes, and snippets.

@isoteemu
Last active April 11, 2016 10:52
Show Gist options
  • Save isoteemu/40eb405b529b9a695935 to your computer and use it in GitHub Desktop.
Save isoteemu/40eb405b529b9a695935 to your computer and use it in GitHub Desktop.
Remove paywalls from ksml.fi and savonsanomat.fi
// ==UserScript==
// @name Keskisuomalainen Paywall resetter
// @namespace maksumuuri
// @include http://www.ksml.fi/*
// @include http://www.savonsanomat.fi/*
// @version 1
// @grant none
// ==/UserScript==
// They just store items in local storage.
localStorage.removeItem('paywall_history');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment