Redirector 的评价
Redirector 作者: Einar Egilsson
Einar Egilsson 的回应
开发者回应
发布于 8 年前I'm kind of at the mercy of the webRequest API that Firefox provides there. I redirect every request they pass to me, but don't really know why they wouldn't pass the requests you're mentioning to the extension.
346 条评价
- 评分 4 / 5来自 miamisyrup, 14 天前
- 评分 5 / 5来自 Firefox 用户 18196536, 1 个月前
- 评分 5 / 5来自 Firefox 用户 19026513, 1 个月前
- 评分 1 / 5来自 Firefox 用户 18988514, 1 个月前regex is faulty:
^.*google\.com$
wont match https:// www. google. com/ f.i. (without spaces) - 评分 5 / 5来自 c3Vja2l0ZHJ5, 2 个月前On desktop, use it to autosort web stores by price low to high every click. Tired of it always going to "Most relevant" ☠️
And on mobile! Use it to go around annoying mobile/desktop toggle sites. Mostly just skip the mobile site entirely 😁 if I want the mobile site only, I can just find their app 🙄 - 评分 5 / 5来自 Internet Welcomer, 4 个月前
- 评分 5 / 5来自 Firefox 用户 18777048, 6 个月前
- 评分 1 / 5来自 Firefox 用户 18773703, 6 个月前Does not always function; specific URLs are simply not redirected, despite perfectly matching the pattern. This seems to be a related to different servers and how they handle HTTP requests; however, other add-ons can perform redirects perfectly, while this add-on cannot.
The add-on fails silently, and does not even make an attempt to redirect these URLs. - 评分 5 / 5来自 Firefox 用户 18599588, 6 个月前
- Love this extension. These days search engines are giving you 25+ years of internet history by default, and for many subjects that can be a lot of old data that is not relevant. I used the extension to add a date range filter to the past year by adding "&df=y" to the URL.
Example
Pattern: h++ps://duckduckgo.com/*
Redirect: h++ps://duckduckgo.com/$1&df=y
Replace "+" with "t" had to change in order for site to allow post. - Project I'm working on has an old domain and a new one. No idea why, but we're supposed to use the new one. People still send me to the old one...everything is identical except the domain. I have to login everyday and it's a pain. This extension has solved that and I can simply click people's incorrect links and be redirected to the new domain no problem!