Skip to content

Instantly share code, notes, and snippets.

@caspian311
Created March 10, 2017 01:27
Show Gist options
  • Save caspian311/8c076a46f229476b4e5bbc9a2714f97b to your computer and use it in GitHub Desktop.
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
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