File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2929
3030µBlock . restart = ( function ( ) {
3131
32- //quickProfiler.start('start.js');
33-
3432/******************************************************************************/
3533
3634var µb = µBlock ;
@@ -85,8 +83,6 @@ var onAllReady = function() {
8583 ] ) ;
8684 }
8785
88- //quickProfiler.stop(0);
89-
9086 µb . contextMenu . update ( null ) ;
9187 µb . firstInstall = false ;
9288
Original file line number Diff line number Diff line change 597597 }
598598 this . loadingFilterLists = true ;
599599
600- //quickProfiler.start('µBlock.loadFilterLists()');
601-
602600 var µb = this ,
603601 filterlistsCount = 0 ,
604602 loadedListKeys = [ ] ;
613611 µb . redirectEngine . freeze ( ) ;
614612 vAPI . storage . set ( { 'availableFilterLists' : µb . availableFilterLists } ) ;
615613
616- //quickProfiler.stop(0);
617-
618614 vAPI . messaging . broadcast ( {
619615 what : 'staticFilteringDataChanged' ,
620616 parseCosmeticFilters : µb . userSettings . parseAllABPHideFilters ,
You can’t perform that action at this time.
0 commit comments