Skip to content

Commit

Permalink
2017.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lethak committed Aug 23, 2017
1 parent 1fc57d5 commit 9af69d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DIU.meta.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Digitally Imported Userscript
// @namespace LTKDIFMU
// @version 2017.8.1
// @version 2017.8.2
// @author LethaK Maas
// @description Removes afk popup and minimize ads if possible
// @include http://www.di.fm*
Expand Down
6 changes: 3 additions & 3 deletions DIU.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Digitally Imported Userscript
// @namespace LTKDIFMU
// @version 2017.8.1
// @version 2017.8.2
// @author LethaK Maas
// @description Removes afk popup and minimize ads if possible
// @include http://www.di.fm*
Expand Down Expand Up @@ -130,8 +130,6 @@
console.warn('[DIUserscript] window.document ready');

redefineReqres();
redefineTimers();
adSilencer();

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

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

Expand Down

0 comments on commit 9af69d4

Please sign in to comment.