Search code examples
jqueryurlhref

Change part of href url link via javascript or Jquery


Sorry if this is a duplicate, I know that there are many answers to this but somehow I cannot get any code to work.

I frequently visit a site that has href links on the page like this:

http://www.brilla.com/forum/viewtopic.php?f=25&t=19482&p=719192

but I want to change all links to change to the IP address like this:

http://56.195.106.162/forum/viewtopic.php?f=25&t=19482&p=719192

I have tried using a Jquery in a bookmarklet (http://benalman.com/code/test/jquery-run-code-bookmarklet/) but nothing seems to work.

Many thanks in advance


Solution

  • Thanks for all the answers.

    This answer does exactly what I need How do I redirect to a URL using a Google Chrome Extension & Content Script?