mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 11:58:48 +00:00
Initial commit of url_replace addon.
This closes https://github.com/friendica/friendica/issues/13220
This commit is contained in:
parent
b87588e371
commit
a26e90b202
5 changed files with 220 additions and 0 deletions
17
url_replace/README.md
Normal file
17
url_replace/README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# URL replace
|
||||
|
||||
This addon will replace all occurrences of specified URLs with the address of
|
||||
alternative servers in all displayed postings on a Friendica node.
|
||||
|
||||
You can use this to switch from Twitter (or X) to a nitter instance, from
|
||||
YouTube to an invidious instance, or from some news sites to 12ft.io.
|
||||
|
||||
Note: If you are using the twitter connector on your server, the links to the
|
||||
contacts profile pages will not be replaced by this addon. Only links in the
|
||||
body of the postings are affected.
|
||||
|
||||
## Why
|
||||
|
||||
- Access a website without JavaScript enabled to prevent JavaScript analytics
|
||||
and potential IP-based tracking
|
||||
- Avoid seeing ads on YouTube videos
|
Loading…
Add table
Add a link
Reference in a new issue