Skip to content

A browser middleware that redirects certain sites (like TikTok) to open in MPV, while leaving normal links to open in the browser as usual.

License

Notifications You must be signed in to change notification settings

evantaur/openlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openlink

Openlink opens links to video sites like instagram or tiktok in mpv instead of the browser. Normal links will open in browser.

(This works only with links clicked outside of the browser like IM-clients or something)

Instructions to get openlink working as intended

Download the installation script:

using wget: wget -nv https://raw.githubusercontent.com/evantaur/openlink/refs/heads/main/install.sh -O /tmp/install.sh && bash /tmp/install.sh

using curl: curl -s https://raw.githubusercontent.com/evantaur/openlink/refs/heads/main/install.sh -o /tmp/install.sh && bash /tmp/install.sh

About

A browser middleware that redirects certain sites (like TikTok) to open in MPV, while leaving normal links to open in the browser as usual.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages