-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2018.2.106 (major code structure overhaul)
- Loading branch information
Showing
7 changed files
with
155 additions
and
677 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
// ==UserScript== | ||
// @name DIUserscript for AudioAddict platform | ||
// @namespace LTKDIFMU | ||
// @version 2018.1.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* | ||
// @name DIUserscript for AudioAddict platforms | ||
// @namespace LTKDIFMU | ||
// @author LethaK Maas | ||
// @description Fanmade script, Removing audio & visual Ads, allowing ad-blockers, allowing to be away from keyboard (AFK) without audio interruption on websites & webradios using the platform from AudioAddict.com | ||
// @include https://*.di.fm* | ||
// @include https://*.classicalradio.com* | ||
// @include https://*.radiotunes.com* | ||
// @include https://*.jazzradio.com* | ||
// @include https://*.rockradio.com* | ||
// @homepage https://github.com/lethak/LTKDIFMU-userscript | ||
// @downloadURL https://raw.githubusercontent.com/lethak/LTKDIFMU-userscript/live/DIUserscript.user.js | ||
// @updateURL https://raw.githubusercontent.com/lethak/LTKDIFMU-userscript/live/DIUserscript.meta.js | ||
// @icon https://i.imgur.com/vhn9FD6.png | ||
// @grant none | ||
// @run-at document-start | ||
// @updateURL https://raw.githubusercontent.com/lethak/LTKDIFMU-userscript/live/DIUserscript.meta.js | ||
// @icon https://i.imgur.com/vhn9FD6.png | ||
// @grant none | ||
// @run-at document-start | ||
// @version 2018.2.106 | ||
// ==/UserScript== |
Oops, something went wrong.