Skip to content

Instantly share code, notes, and snippets.

@bassbird
Created July 1, 2016 13:40
Show Gist options
  • Save bassbird/791ad7ffd6ae737b78feb9de447874f1 to your computer and use it in GitHub Desktop.
Save bassbird/791ad7ffd6ae737b78feb9de447874f1 to your computer and use it in GitHub Desktop.
DeLaterPay
<a href="javascript:(function(){try{$('.lp_mwi_svg-filter-blur').next().remove();$('.lp_mwi_svg-filter-blur').removeClass();SPLaterpay.callback.hasAccess();}catch(e){}})();">DeLaterPay</a>
@bassbird
Copy link
Author

bassbird commented Jul 1, 2016

DeLaterPay

This is a demonstration on how to remove LaterPay on spiegel.de and possibly other websites using LaterPay, too.
Also works on iOS Mobile Safari.

How to Use

Save as a bookmark. On a page with a LaterPay blurry overlay, open the bookmark and the overlay is gone.

How to Create a Bookmarklet on iOS

Create a bookmarklet on iOS by saving any URL as a bookmark and name it for example DeLaterPay.
Open your bookmarks and click on "Edit". Tap the created bookmark and replace its address with

javascript:(function(){try{$('.lp_mwi_svg-filter-blur').next().remove();$('.lp_mwi_svg-filter-blur').removeClass();SPLaterpay.callback.hasAccess();}catch(e){}})();

Save it and you're done.

Disclaimer

This is for educational purposes only! Use it responsibly.
Always support your favorite websites or they'll go out of business someday and then you're sad.

Should LaterPay change their CSS class names or DOM layout, this will break. I will not keep this up-to-date.

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