fix the fix
This commit is contained in:
commit
cdad51e8b1
12
package-lock.json
generated
12
package-lock.json
generated
@ -82,9 +82,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "12.12.48",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.48.tgz",
|
||||
"integrity": "sha512-m3Nmo/YaDUfYzdCQlxjF5pIy7TNyDTAJhIa//xtHcF0dlgYIBKULKnmloCPtByDxtZXrWV8Pge1AKT6/lRvVWg==",
|
||||
"version": "12.20.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.6.tgz",
|
||||
"integrity": "sha512-sRVq8d+ApGslmkE9e3i+D3gFGk7aZHAT+G4cIpIEdLJYPsWiSPwcAnJEjddLQQDqV3Ra2jOclX/Sv6YrvGYiWA==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/7zip-bin": {
|
||||
@ -3778,9 +3778,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "12.12.48",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.48.tgz",
|
||||
"integrity": "sha512-m3Nmo/YaDUfYzdCQlxjF5pIy7TNyDTAJhIa//xtHcF0dlgYIBKULKnmloCPtByDxtZXrWV8Pge1AKT6/lRvVWg==",
|
||||
"version": "12.20.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.6.tgz",
|
||||
"integrity": "sha512-sRVq8d+ApGslmkE9e3i+D3gFGk7aZHAT+G4cIpIEdLJYPsWiSPwcAnJEjddLQQDqV3Ra2jOclX/Sv6YrvGYiWA==",
|
||||
"dev": true
|
||||
},
|
||||
"7zip-bin": {
|
||||
|
@ -159,6 +159,10 @@ onload = () => {
|
||||
`)
|
||||
|
||||
webview.executeJavaScript(`
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
let dlButton = document.querySelectorAll('[aria-label="Download Apps"]')
|
||||
>>>>>>> dev
|
||||
t = setInterval(function(){
|
||||
let dlButton = document.querySelectorAll('[aria-label="Servers sidebar"]')
|
||||
if(dlButton.length != 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user