1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 18:19:38 +02:00

Merge branch 'master' of https://github.com/gorhill/uBlock into 1664

This commit is contained in:
Raymond Hill 2021-07-29 08:54:48 -04:00
commit 3488e6d5ba
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
3 changed files with 3 additions and 4 deletions

View File

@ -3,9 +3,9 @@
"uBlock0@raymondhill.net": {
"updates": [
{
"version": "1.37.1.2",
"version": "1.37.3.0",
"browser_specific_settings": { "gecko": { "strict_min_version": "57" } },
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.37.1b2/uBlock0_1.37.1b2.firefox.signed.xpi"
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.37.3b0/uBlock0_1.37.3b0.firefox.signed.xpi"
}
]
}

2
dist/version vendored
View File

@ -1 +1 @@
1.37.1.2
1.37.3.0

View File

@ -86,7 +86,6 @@
if ( Array.isArray(dl) ) {
dl.push = item => doCallback(item);
const q = dl.slice();
dl.length = 0;
for ( const item of q ) {
doCallback(item);
}