I'm looking for a simple bookmarklet to take the current URL of my website and refresh it with a couple of changes. For example:
I tried searching for a bookmarklet that can do this but I couldn't find one. Can anyone point me in the right direction? Even a bookmarklet that does something like this that I can edit to suit my needs.
Just change window.location
, e.g.
window.location=window.location.toString().replace(/^http:\/\/www\./,'https://admin.')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With