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
| #EXTM3U | |
| #EXTINF:-1 radio="true" group-title="1. Classical" tvg-logo="https://i.imgur.com/AcvQn30.png", 1.fm - Otto's Baroque | |
| http://sc2c-sjc.1.fm:7066 | |
| #EXTINF:-1 radio="true" group-title="1. Classical" tvg-logo="https://i.imgur.com/N6foqjT.png", Cinemix | |
| http://94.23.51.96:8001 | |
| #EXTINF:-1 radio="true" group-title="1. Classical" tvg-logo="https://i.imgur.com/92ECWY1.png", Klassik Radio | |
| https://klassikr.streamabc.net/klassikradio-simulcast-mp3-hq | |
| #EXTINF:-1 radio="true" group-title="1. Classical" tvg-logo="https://i.imgur.com/14ypXeB.png", Classical 102 | |
| http://tuner.classical102.com:80 |
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 No Redirects | |
| // @namespace no-redir | |
| // @version 1.0 | |
| // @description Fix link with redirects | |
| // @author Azev | |
| // @grant none | |
| // @downloadURL https://gist.github.com/azev/109cbbcd0a78e751b1cc90c3521b623e/raw/no-redir.user.js | |
| // @icon https://s8.postimg.cc/m1jpnb6s5/image.png | |
| // @include * |
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 rarbgPlus | |
| // @namespace rarbgPlus | |
| // @homepage https://gist.github.com/azev/0df92250f0a7157a0ceac7175b73a8a5 | |
| // @description User script to improve user experience at rarbg torrent website. | |
| // @updateURL https://gist.github.com/azev/0df92250f0a7157a0ceac7175b73a8a5/raw | |
| // @author Azev (leandro.azevedo@gmail.com) | |
| // @version 5.2 | |
| // @grant none | |
| // @icon http://www.rarbg.to/favicon.ico |
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 remove-iframes | |
| // @namespace remove-iframes | |
| // @icon http://i.imgur.com/YdrrcRX.png | |
| // @description remove-iframes | |
| // @updateURL https://gist.github.com/azev/1a266b6edad653b0af44/raw/738e6ac11dfc3785d8ec0858082b14b18be73c83/gm-no-iframe.user.js | |
| // @version 2.5 | |
| // @grant none | |
| // @run-at document-start | |
| // @include * |