A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/gorhill/uBlock/commit/972feae05d22239c46b837e64001f9f322724585 below:

Drop ctrl-key requirement in "Purge all caches" operation · gorhill/uBlock@972feae · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -678,7 +678,7 @@ uDom('#ignoreGenericCosmeticFilters').on('change', onFilteringSettingsChanged);

678 678

uDom('#buttonApply').on('click', ( ) => { buttonApplyHandler(); });

679 679

uDom('#buttonUpdate').on('click', ( ) => { buttonUpdateHandler(); });

680 680

uDom('#buttonPurgeAll').on('click', ev => {

681 -

buttonPurgeAllHandler(ev.ctrlKey && ev.shiftKey);

681 +

buttonPurgeAllHandler(ev.shiftKey);

682 682

});

683 683

uDom('#lists').on('change', '.listEntry input', onListsetChanged);

684 684

uDom('#lists').on('click', '.listEntry .remove', onRemoveExternalList);

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4