mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
Updated sharex.js again
Haha, sorry about this, getting sleepy. Removed a stray console.log().
This commit is contained in:
parent
57947df4db
commit
0745456cac
@ -22,5 +22,4 @@ page.prepareShareX = function () {
|
||||
var sharexBlob = new Blob([sharexFile], { type: 'application/octet-binary' })
|
||||
sharexElement.setAttribute('href', URL.createObjectURL(sharexBlob))
|
||||
sharexElement.setAttribute('download', originClean + '.sxcu')
|
||||
console.log(sharexFile)
|
||||
}
|
||||
|
@ -15,7 +15,7 @@
|
||||
v2: Images and config files (manifest.json, browserconfig.xml, etc).
|
||||
v3: CSS and JS files (libs such as bulma, lazyload, etc).
|
||||
#}
|
||||
{% set v1 = "TC6WZLuKv0" %}
|
||||
{% set v1 = "Wd5CjV76Yz" %}
|
||||
{% set v2 = "Ii3JYKIhb0" %}
|
||||
{% set v3 = "HrvcYD3KTh" %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user