greasemonkey-redirect.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="generator" content="pandoc" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  7. <title>Greasemonkey Redirect</title>
  8. <style>
  9. code{white-space: pre-wrap;}
  10. span.smallcaps{font-variant: small-caps;}
  11. span.underline{text-decoration: underline;}
  12. div.column{display: inline-block; vertical-align: top; width: 50%;}
  13. div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
  14. ul.task-list{list-style: none;}
  15. .display.math{display: block; text-align: center; margin: 0.5rem auto;}
  16. </style>
  17. <link rel="stylesheet" href="C:\SGZ_Pro\Hobbys\Writing\Org\pages\blog\styles.css" />
  18. <!--[if lt IE 9]>
  19. <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
  20. <![endif]-->
  21. <link rel="stylesheet" type="text/css" href="styles.css" />
  22. </head>
  23. <body>
  24. <header id="title-block-header">
  25. <h1 class="title">Greasemonkey Redirect</h1>
  26. </header>
  27. <h1 id="what-is-it">What is it?</h1>
  28. <p>Greasemonkey redirect is basicly a browser link redirector to help you avoid going to sites like youtube.com when you need to open a link someone sends you. Obviously you could manuely in the url bar change youtube.com to invidious but that's to much work.</p>
  29. <h1 id="how">How?</h1>
  30. <p>I originaly created these scripts because I needed some way in qutebrowser a pluginless browser to convert youtube links to invidious like how privacy redirect did. So I went to the qutebrowser subreddit and asked. My response that I got was a script template I could modify and duplicate a bunch of times to convert privacy bad social medias to good for privacy veiwers. Though, recently I have been using windows 10. I had privacy redirect but it couldn't redirect odysee links. So I revived my scripts and started editing them with the help of some friends. Here is the finished project:</p>
  31. <p><a href="https://codeberg.org/true-aura-coral/greasemonkey-redirect">https://codeberg.org/true-aura-coral/greasemonkey-redirect</a></p>
  32. <h1 id="bye-bye">Bye Bye</h1>
  33. <p>I hope you will end up using these scripts for your own redirecting needs. In the README I say how to do it.</p>
  34. </body>
  35. </html>