Created
November 8, 2017 18:48
-
-
Save JoshuaSoileau/403be424f87e37b83ea56301edea81e5 to your computer and use it in GitHub Desktop.
JS bookmarklet to swap out landing page instances
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
// 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