Skip to content

Instantly share code, notes, and snippets.

@metbril
Created June 5, 2015 05:57
Show Gist options
  • Save metbril/62327a714ab7ac7bad3c to your computer and use it in GitHub Desktop.
Save metbril/62327a714ab7ac7bad3c to your computer and use it in GitHub Desktop.
Bookmarklet to add a page to your self-hosted wallabag (http://wallabag.org) from Mr. Reader (http://www.curioustimes.de/mrreader/)
javascript:window.open('http://www.example.com/wallabag/?action=add&url='%20+%20btoa(location.href),'_self');
@metbril
Copy link
Author

metbril commented Jun 5, 2015

To add it to your Mr. Reader configuration, go to the Settings menu, choose Services, then Bookmarklets and paste the code into the javascript field. Call it something like 'bag it!'. It will only work in the 'Web' view. After running the javascript you will get to see your wallabag page. Just close the window and continue reading in Mr. Reader.

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