File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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*
Original file line number Diff line number Diff line change 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*
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)
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
You can’t perform that action at this time.
0 commit comments