Skip to content

Instantly share code, notes, and snippets.

@martiner
Created October 30, 2015 19:20
Show Gist options
  • Save martiner/4d0eb5d5956660f0d5ab to your computer and use it in GitHub Desktop.
Save martiner/4d0eb5d5956660f0d5ab to your computer and use it in GitHub Desktop.
iHned Paywall Remover
// ==UserScript==
// @name iHned Paywall Remover
// @namespace http://ihned.cz
// @description Removes iHned paywall cookie
// @include http:/ihned.cz/*
// @include http://*.ihned.cz/*
// @version 2
// @grant none
// ==/UserScript==
document.cookie = "pw=; path=/; domain=.ihned.cz; expires=Thu, 01-Jan-1970 00:00:01 GMT;";
@Mno-hime
Copy link

Mno-hime commented Oct 3, 2016

Zdá se mi, že to nefunguje, iHNed paywall je od té doby asi implementovaný jinak...?

@martiner
Copy link
Author

martiner commented Aug 8, 2017

Naposledy vyzkoušeno dneska a funguje.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment