forked from lethak/LTKDIFMU-userscript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDIU.meta.js
More file actions
17 lines (17 loc) · 716 Bytes
/
DIU.meta.js
File metadata and controls
17 lines (17 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// ==UserScript==
// @name Digitally Imported Userscript
// @namespace LTKDIFMU
// @version 2017.8.4
// @author LethaK Maas
// @description Removes afk popup and minimize ads if possible
// @include https://*.di.fm*
// @include https://*.classicalradio.com*
// @include https://*.radiotunes.com*
// @include https://*.jazzradio.com*
// @include https://*.rockradio.com*
// @downloadURL https://github.com/lethak/digitally_imported_userscript/raw/master/DIU.user.js
// @updateURL https://github.com/lethak/digitally_imported_userscript/raw/master/DIU.meta.js
// @icon http://i.imgur.com/7yj2PGY.png
// @grant none
// @run-at document-start
// ==/UserScript==