Skip to content

Collection of useful (?) snippets to be refernced as Bookmarklets

Notifications You must be signed in to change notification settings

HarderWork/bookmarklets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Bookmarklets

Collection of useful (?) snippets to be referenced as Bookmarklets. Create a bookmark (or edit an existing one, if you are in Safari on iOs) and paste the code below

Dagens Nyheter

Remove front-end overlay for paywall protected articles

javascript: (function () { 
    var jsCode = document.createElement('script');
    jsCode.setAttribute('src', 'https://cdn.rawgit.com/HarderWork/bookmarklets/master/dagens_nyheter.js');
  document.body.appendChild(jsCode); 
 }());

About

Collection of useful (?) snippets to be refernced as Bookmarklets

Resources

Stars

Watchers

Forks

Packages

No packages published