Skip to content

Rossolson/url-rotator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

URL Rotator

Great for QA/QE of your website's query string-enabled values.

  1. Download the Bookmark Generator index.html file from this repo.
  2. Open the index.html file in your local browser.
  3. Modify and add various strings that you may want to change in the URL in the Strings box.
  4. Click the "Generate bookmarklet" button at the bottom of the page. A new link will be displayed.
  5. Click and drag that link to your bookmarks bar.

Now when you are on a page, clicking the bookmarklet will cause the browser to:

  1. Look through the current URL of the window for the first string you entered.
  2. If it finds that string, the URL will be changed to replace that string with the next string in the list. (If it is the last string, the first string will be put into the URL.)
  3. The page will reload using the new URL.
  4. If none of the strings are found, no change will be made.

Installation

  • Download the index.html file to your computer.

Usage

  • Open the index.html file in your browser on your computer.

Thank you

Thank you to https://github.com/rik/server-switch for a base of code to work from, implementing a tool I've recreated 4 times in 10 years. Maybe this repo will keep me from re-inventing it.

About

Bookmarklet generator to switch between different values in the URL of a website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%