informationshallbefree / spiegel-plus-unlocker-firefox

A Firefox Addon to decrypt every Spiegel Plus article without paying money.
GNU General Public License v3.0
25 stars 3 forks source link

overkill #4

Open reneroth opened 7 years ago

reneroth commented 7 years ago
SPLaterpay.callback.hasAccess();
$('.lp_mwi_payment-method-wrapper').parent().parent().hide();
$('.deobfuscated-content').parent().removeClass();
informationshallbefree commented 7 years ago

Well, that's really OVERKILL, lol Good Job. That's way simpler than our solution. I will update our code, if you permit it.

reneroth commented 7 years ago

no problem man :)

derwaldgeist commented 7 years ago

Why not just use GreaseMonkey? Prepend this code to @RRorg's script, and you're set:

// ==UserScript==
// @name      Spiegel Plus
// @namespace *
// @include http://www.spiegel.de/*/*
// ==/UserScript==