This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name DeArrow for Invidious | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.2.8 | |
| // @description Adds support for DeArrow in Invidious | |
| // @match https://yewtu.be/* | |
| // @match https://iv.ggtyler.dev/* | |
| // @match http://192.168.8.8:3000/* | |
| // @icon https://dearrow.ajay.app/logo.svg | |
| // @grant GM.xmlHttpRequest |