Is there a browser addon to redirect a link to another, modifying some address content automatically?
Posted
by
kokbira
on Super User
See other posts from Super User
or by kokbira
Published on 2011-02-15T14:47:22Z
Indexed on
2011/02/15
23:28 UTC
Read the original article
Hit count: 318
Well, I'm looking for an addon that can redirect a link when I click on it in the following ways:
- Change from
https
tohttp
- Change from
twitter.com/xxxxxxxxx
to, for example,dabr.co.uk/xxxxxxxxx
- (added at 2010-02-15th, 20:30 GMT) Remove the "?utm_source=twitterfeed&utm_medium=twitter" from the end ou a URL
- Generally, replace a string with another (e.g.
youtube->yt
; sowww.example.com/visitingyoutube
would becomewww.example.com/visitingyt
)
PS:
(added at 2010-02-15th, 20:30 GMT) @oKtosiTe, a clearer user case:
- Supposes that there is a link in Twitter that point to a URL X (URL X is http://www.newspapersite.com/2011-02-15_1304.html?utm_source=twitterfeed&utm_medium=twitter)
- In that case, I want to open that URL only until ".html", i.e., I want to open a URL Y, that is http://www.newspapersite.com/2011-02-15_1304.html
- What happens when I click normally in that link:
3.1. Browser goes to URL X - What I want to happen when I click in that link:
4.1. The addon must transform URL X to URL Y (I must configure it before to change a piece of URL from "?utm_source=twitterfeed&utm_medium=twitter" to ""
4.2. The browser goes to URL Y
© Super User or respective owner