-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDIUserscript.meta.js
35 lines (35 loc) · 2 KB
/
DIUserscript.meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// ==UserScript==
// @name DIUserscript for AudioAddict platforms
// @namespace LTKDIFMU
// @author LethaK Maas
// @license WTFPL
// @description Removing Ads, allowing ad-blockers, unlocking channels and hidden features, allowing to be away from keyboard (AFK) without audio interruption on websites & webradios using the platform from AudioAddict.com . Fanmade.
// @include https://*.di.fm*
// @include https://di.fm
// @include https://www.di.fm
// @include https://*.classicalradio.com*
// @include https://classicalradio.com
// @include https://*.radiotunes.com*
// @include https://radiotunes.com
// @include https://*.jazzradio.com*
// @include https://jazzradio.com
// @include https://*.rockradio.com*
// @include https://rockradio.com
// @include https://*.zenradio.com*
// @include https://zenradio.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 data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAeCAYAAACWsbYLAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAABXklEQVRYR2NkWPTiP8MwB0xQeliDUU8OFzDqyeECRoQn8VYh/2PFoSzC4PtvBoaPP/4z3Hz9n2H7zb8MnW/eQWUQAN08xsUvoSwEIEYNCBCrDgSoFpOcrAwMEryMDPZKTAwdnqwMB6xFoTIDD2iWXMGelRWG8gYWkORJUJLAhs2n/GTwX/gLmEz/QVVCgLva4MjyVHHFKf4PDJuY3jO07gNmTCSgKMQIZQ0soGpQH+X5AGVBADfbMPQkOmAZHKmVtp4cLGDUk8MF0NSTf1BrlAEDVPWky09BKAsCvv6CMgYYUMWTZh8FGIIYBBnqnFmgIhDw5CN1RlZA7VRkTCogyZPolsHwyRx2hrWxbAy2iqjGgRrqgwHQLE8euv+PofThWyhvYAFVPPkXWMCAuln334G6Wf8YCjb/ZrA/8hoqO/BgdEhyuIBRTw4XMLI8id5aGU4A7sk97O+hrOEGGBgA609uaaTaaKEAAAAASUVORK5CYII=
// @noframes
// @grant GM_listValues
// @grant GM_deleteValue
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_addValueChangeListener
// @grant GM_removeValueChangeListener
// @grant GM_download
// @inject-into page
// @run-at document-start
// @version 2025.3.146
// ==/UserScript==