Skip to content

Instantly share code, notes, and snippets.

@JoshuaSoileau
Created November 8, 2017 18:48
Show Gist options
  • Save JoshuaSoileau/403be424f87e37b83ea56301edea81e5 to your computer and use it in GitHub Desktop.
Save JoshuaSoileau/403be424f87e37b83ea56301edea81e5 to your computer and use it in GitHub Desktop.
JS bookmarklet to swap out landing page instances
// Create a new Bookmark, and use the code below as the URL (name can be anything)
javascript:(function(){window.location = window.location.href.split('?')[0] + '?lp=' + prompt('Enter a Landing Page #');}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment