Skip to content

Commit 9af69d4

Browse files
committed
2017.8.2
1 parent 1fc57d5 commit 9af69d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DIU.meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name Digitally Imported Userscript
33
// @namespace LTKDIFMU
4-
// @version 2017.8.1
4+
// @version 2017.8.2
55
// @author LethaK Maas
66
// @description Removes afk popup and minimize ads if possible
77
// @include http://www.di.fm*

DIU.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name Digitally Imported Userscript
33
// @namespace LTKDIFMU
4-
// @version 2017.8.1
4+
// @version 2017.8.2
55
// @author LethaK Maas
66
// @description Removes afk popup and minimize ads if possible
77
// @include http://www.di.fm*
@@ -130,8 +130,6 @@
130130
console.warn('[DIUserscript] window.document ready');
131131

132132
redefineReqres();
133-
redefineTimers();
134-
adSilencer();
135133

136134
setTimeout(function(){
137135
// // Improved webplayer quality (3 = High) (disabled, Free Listeners can change it via their account settings)
@@ -142,6 +140,8 @@
142140
// di.app.commands.execute('message:success', 'Webplayer audio quality is now: '+audioQuality.name+' '+audioQuality.content_quality.name+' '+audioQuality.content_format.name);
143141
// }, 2000);
144142

143+
adSilencer();
144+
redefineTimers();
145145
di.app.commands.execute('message:notice', 'DIUserscript is enabled ! enjoy free uninterrupted music');
146146
}, 2000);
147147

0 commit comments

Comments
 (0)