sblask-webextensions / webextension-skip-redirect

Some web pages use intermediary pages before redirecting to a final page. This add-on tries to extract the final url from the intermediary url and goes there straight away if successful.
https://addons.mozilla.org/firefox/addon/skip-redirect/
MIT License
489 stars 45 forks source link

*.wiki.fc2.com #323

Closed austinhuang0131 closed 2 years ago

austinhuang0131 commented 2 years ago

New Issue Checklist (tick off like this: [x])

What is your browser?

What is your operating system?

Description (please include examples/screenshots where applicable)

Format is https://*.wiki.fc2.com/jump/<protocol>/<url-encoded path>. It goes to an external link disclaimer page so it doesn't automatically redirect.

eg. https://practice.wiki.fc2.com/jump/http/help.fc2.com%2Fwiki%2Fmanual%2FHome%2Fmanual01%2Fedit.html => http://help.fc2.com/wiki/manual/Home/manual01/edit.html

sblask commented 2 years ago

This extension does not use path rules for specific URLs to find other URLs, it tries to match URLs in URLs in a more generic way. Just having wiki.fc2.com is not a good indicator for a URL.