Created
March 10, 2017 01:27
-
-
Save caspian311/8c076a46f229476b4e5bbc9a2714f97b to your computer and use it in GitHub Desktop.
BibleGateway Bookmarlet - copy and paste this into the 'url' for a bookmark and it will remove the noise around the text
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript: (function() { $('.passage-resources').hide(); $('.search-section').hide(); $('header').hide(); $('.sys-announce').hide(); $('footer').hide(); $('.sidebar-main').hide(); $('.passage').css({margin: 0}); $('.passage-resources-link.open-link').hide(); $('.passage-main-wrap').css('margin-left', '0'); })() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment