diff options
author | Amin Bandali <bandali@gnu.org> | 2020-01-03 00:22:19 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-01-03 01:29:32 -0500 |
commit | e0018643e5cebc35a3786ffe04a323b03cd662b4 (patch) | |
tree | 56d327df66c1295d851fb35fe5f52c42a286dfde /data/extensions/goteo@0xbeef.coffee | |
parent | 85e99badac11983f6d50b0d9942f66a30f55b8e5 (diff) |
Remove old extensions and add the reworked workarounds extension
* data/update-extensions.sh: Remove free-js-for-rsf-org-petitions,
librejs-compatible-sumofus-org, librejs-compatible-pay-gov,
rock-and-roll-mcdonald-s, goteo-org-payments-w-free-js,
use-google-drive-with-librejs. These have been reworked and are all
now bundled into one single extension.
* data/extensions/DMCAreg@0xbeef.coffee/*,
data/extensions/SimpleSumOfUs@0xbeef.coffee/*,
data/extensions/google_drive@0xbeef.coffee/*,
data/extensions/goteo@0xbeef.coffee/*,
data/extensions/rsf@0xbeef.coffee/*,
data/extensions/rnrMcDonalds@0xbeef.coffee/*: Remove.
* data/extensions/gnuzilla-ext-workarounds@gnu.org/LICENSE,
data/extensions/gnuzilla-ext-workarounds@gnu.org/README,
data/extensions/gnuzilla-ext-workarounds@gnu.org/README~,
data/extensions/gnuzilla-ext-workarounds@gnu.org/background.js,
data/extensions/gnuzilla-ext-workarounds@gnu.org/background.js~,
data/extensions/gnuzilla-ext-workarounds@gnu.org/html/domestic.html,
data/extensions/gnuzilla-ext-workarounds@gnu.org/html/domestic.html~,
data/extensions/gnuzilla-ext-workarounds@gnu.org/html/domestic.js~,
data/extensions/gnuzilla-ext-workarounds@gnu.org/html/jquery-3.4.1.min.js,
data/extensions/gnuzilla-ext-workarounds@gnu.org/html/usps_postage.js,
data/extensions/gnuzilla-ext-workarounds@gnu.org/html/usps_postage.js~,
data/extensions/gnuzilla-ext-workarounds@gnu.org/icons/L4Libre.png,
data/extensions/gnuzilla-ext-workarounds@gnu.org/icons/L4Libre128.png,
data/extensions/gnuzilla-ext-workarounds@gnu.org/icons/L4Libre48.png,
data/extensions/gnuzilla-ext-workarounds@gnu.org/icons/test.png,
data/extensions/gnuzilla-ext-workarounds@gnu.org/jquery-3.4.1.min.js,
data/extensions/gnuzilla-ext-workarounds@gnu.org/manifest.json,
data/extensions/gnuzilla-ext-workarounds@gnu.org/manifest.json~,
data/extensions/gnuzilla-ext-workarounds@gnu.org/workaround/googledocs_main.js,
data/extensions/gnuzilla-ext-workarounds@gnu.org/workaround/googledocs_main.js~,
data/extensions/gnuzilla-ext-workarounds@gnu.org/workaround/goteo_main.js,
data/extensions/gnuzilla-ext-workarounds@gnu.org/workaround/goteo_main.js~,
data/extensions/gnuzilla-ext-workarounds@gnu.org/workaround/mcdonalds_wifi.js,
data/extensions/gnuzilla-ext-workarounds@gnu.org/workaround/mcdonalds_wifi.js~,
data/extensions/gnuzilla-ext-workarounds@gnu.org/workaround/paygov_main.js,
data/extensions/gnuzilla-ext-workarounds@gnu.org/workaround/paygov_main.js~,
data/extensions/gnuzilla-ext-workarounds@gnu.org/workaround/rsf_main.js,
data/extensions/gnuzilla-ext-workarounds@gnu.org/workaround/rsf_main.js~,
data/extensions/gnuzilla-ext-workarounds@gnu.org/workaround/sumofus_main.js,
data/extensions/gnuzilla-ext-workarounds@gnu.org/workaround/sumofus_main.js~:
New files. These were imported from the "integrated addon" directory
of https://0xbeef.coffee/final4.zip, extracted using:
unzip final4.zip "final/integrated addon/*" -d gnuzilla-ext-workarounds@gnu.org/
mv "gnuzilla-ext-workarounds@gnu.org/final/integrated addon"/* gnuzilla-ext-workarounds@gnu.org/
rm -rf gnuzilla-ext-workarounds@gnu.org/final/
add original backup files
Diffstat (limited to 'data/extensions/goteo@0xbeef.coffee')
-rw-r--r-- | data/extensions/goteo@0xbeef.coffee/License | 8 | ||||
-rw-r--r-- | data/extensions/goteo@0xbeef.coffee/META-INF/manifest.mf | 22 | ||||
-rw-r--r-- | data/extensions/goteo@0xbeef.coffee/META-INF/mozilla.rsa | bin | 4176 -> 0 bytes | |||
-rw-r--r-- | data/extensions/goteo@0xbeef.coffee/META-INF/mozilla.sf | 4 | ||||
-rw-r--r-- | data/extensions/goteo@0xbeef.coffee/goteo.js | 118 | ||||
-rw-r--r-- | data/extensions/goteo@0xbeef.coffee/icons/icon128.png | bin | 1404 -> 0 bytes | |||
-rw-r--r-- | data/extensions/goteo@0xbeef.coffee/manifest.json | 29 |
7 files changed, 0 insertions, 181 deletions
diff --git a/data/extensions/goteo@0xbeef.coffee/License b/data/extensions/goteo@0xbeef.coffee/License deleted file mode 100644 index 638bb51..0000000 --- a/data/extensions/goteo@0xbeef.coffee/License +++ /dev/null @@ -1,8 +0,0 @@ -Copyright (C) 2017 Nathan Nichols - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL NATHAN NICHOLS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/data/extensions/goteo@0xbeef.coffee/META-INF/manifest.mf b/data/extensions/goteo@0xbeef.coffee/META-INF/manifest.mf deleted file mode 100644 index 2cf28d8..0000000 --- a/data/extensions/goteo@0xbeef.coffee/META-INF/manifest.mf +++ /dev/null @@ -1,22 +0,0 @@ -Manifest-Version: 1.0 - -Name: goteo.js -Digest-Algorithms: MD5 SHA1 -MD5-Digest: 3elwuBy3QRWReEvbC03YuQ== -SHA1-Digest: p3WBAte1gf+zbH7g1BJB+4CfrpE= - -Name: License -Digest-Algorithms: MD5 SHA1 -MD5-Digest: o1+NLuXuBdXDUPbqMKclVg== -SHA1-Digest: 9neKP3yy2up5cLrNOoXL0zOPkJY= - -Name: manifest.json -Digest-Algorithms: MD5 SHA1 -MD5-Digest: BtPIvN6g8boHUHxaFeFWRw== -SHA1-Digest: 3WO/Gmup8zhPeItgFgupSekv+E0= - -Name: icons/icon128.png -Digest-Algorithms: MD5 SHA1 -MD5-Digest: R9JV/fdqXWQ11FI1x0TYkw== -SHA1-Digest: r+71Sv1o8ykxrQ5ZO1Iq9exKXBs= - diff --git a/data/extensions/goteo@0xbeef.coffee/META-INF/mozilla.rsa b/data/extensions/goteo@0xbeef.coffee/META-INF/mozilla.rsa Binary files differdeleted file mode 100644 index 9541f5a..0000000 --- a/data/extensions/goteo@0xbeef.coffee/META-INF/mozilla.rsa +++ /dev/null diff --git a/data/extensions/goteo@0xbeef.coffee/META-INF/mozilla.sf b/data/extensions/goteo@0xbeef.coffee/META-INF/mozilla.sf deleted file mode 100644 index cc26f9e..0000000 --- a/data/extensions/goteo@0xbeef.coffee/META-INF/mozilla.sf +++ /dev/null @@ -1,4 +0,0 @@ -Signature-Version: 1.0 -MD5-Digest-Manifest: GlCnYuY4jgJx2H649M324A== -SHA1-Digest-Manifest: LeMmHRnHshUldpjnoDoJuBPNr4Q= - diff --git a/data/extensions/goteo@0xbeef.coffee/goteo.js b/data/extensions/goteo@0xbeef.coffee/goteo.js deleted file mode 100644 index 334fb9d..0000000 --- a/data/extensions/goteo@0xbeef.coffee/goteo.js +++ /dev/null @@ -1,118 +0,0 @@ -/* -Copyright (C) 2017 Nathan Nichols - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL NATHAN NICHOLS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*/ -function update_currency(){ - var curr = document.getElementById("currency_select").selectedOptions[0].innerHTML; - var value = document.getElementsByName("Importe")[0].value; - value = value.substr(0,value.length-2) + "," + value.substr(value.length-2,value.length)+" "+curr; - document.getElementById("imp").innerText = value; - var currency = document.getElementsByName("TipoMoneda")[0]; - currency.value = document.getElementById("currency_select").value; -} - - -if(document.domain.indexOf("goteo.org") == -1){ - - var currency_options = '<div class="box mgt"><div class="izq"><label class="bloque">Currency/moneda:</label><select id="currency_select"><option value="978">EUR</option></select></div></div>'; - document.getElementById("pago_tarjeta").insertAdjacentHTML("beforeend",currency_options); - document.getElementById("currency_select").addEventListener("change", update_currency); - - // Generate correct year options - var d = new Date(); - var n = d.getFullYear(); - var opts = ""; - - for(var i = 0; i < 15; i++){ - var cy = n+i; - opts += "<option value='"+cy+"'>"+cy+"</option>\n"; - } - - document.getElementsByName("elanyo")[0].insertAdjacentHTML("afterbegin",opts); - document.body.insertAdjacentHTML("afterbegin","<h1>3rd party Javascript activated because you downloaded an add-on to use this page with free Javascript. If you are not running LibreJS, disable this add-on or reload with it enabled.</h1>"); - document.getElementsByTagName("h1")[0].style.display = "inline"; - document.getElementsByTagName("h1")[0].style.color = "red"; - - document.getElementById("visa").children[0]; - document.getElementById("tarjetero").children[0]; - document.getElementById("masterpass").children[0]; - - - var a = document.getElementsByClassName("izq divizq")[0]; - a.addEventListener("click",function(){ - if(document.getElementById("visa").children[0].checked){ - document.getElementById("pago_tarjeta").style.display = "block"; - document.getElementById("pago_tarjetero").style.display = "none"; - document.getElementById("pago_masterpass").style.display = "none"; - } - if(document.getElementById("tarjetero").children[0].checked){ - document.getElementById("pago_tarjeta").style.display = "none"; - document.getElementById("pago_tarjetero").style.display = "block"; - document.getElementById("pago_masterpass").style.display = "none"; - } - if(document.getElementById("masterpass").children[0].checked){ - document.getElementById("pago_tarjeta").style.display = "none"; - document.getElementById("pago_tarjetero").style.display = "none"; - document.getElementById("pago_masterpass").style.display = "block"; - } - }); - - a.click(); - - document.getElementById("pagar").addEventListener("click",function(){ - // Read the inputs and set the form values: - // expire date - var expire = document.getElementsByName("Caducidad")[0]; - expire.value = document.getElementsByName("elanyo")[0].value+document.getElementsByName("elmes")[0].value; - // currency code - var currency = document.getElementsByName("TipoMoneda")[0]; - currency.value = document.getElementById("currency_select").value; - - document.getElementsByTagName("form")[0].submit(); - }); - - var num_op = document.getElementsByName("Num_operacion")[0].value; - document.getElementById("numoperacion").innerText = num_op; - document.getElementById("CSC").style.display = "none"; - document.getElementById("mc_S_ico").style.display = "none"; - document.getElementById("visa_S_ico").style.display = "none"; - document.getElementById("mc_S_ico").style.display = "none"; - document.getElementById("amex_ico").style.display = "none"; - - var value = document.getElementsByName("Importe")[0].value; - value = value.substr(0,value.length-2) + "," + value.substr(value.length-2,value.length) + " EUR"; - document.getElementById("imp").innerText = value; -} else{ - console.log("goteo"); - // this needs to happen twice for some reason - var dropdown = document.getElementsByClassName("dropdown-menu language-dropbox"); - var a = []; - for(var i = 0; i < dropdown.length; i++){ - a.push(dropdown[i]) - } - for(var i = 0; i < a.length; i++){ - a[i].className = ""; - } -} - - - - - - - - - - - - - - - - - diff --git a/data/extensions/goteo@0xbeef.coffee/icons/icon128.png b/data/extensions/goteo@0xbeef.coffee/icons/icon128.png Binary files differdeleted file mode 100644 index 239172f..0000000 --- a/data/extensions/goteo@0xbeef.coffee/icons/icon128.png +++ /dev/null diff --git a/data/extensions/goteo@0xbeef.coffee/manifest.json b/data/extensions/goteo@0xbeef.coffee/manifest.json deleted file mode 100644 index 84c6927..0000000 --- a/data/extensions/goteo@0xbeef.coffee/manifest.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "manifest_version": 2, - "name": "Goteo.org payments with free JS", - "version": "1.1", - "author": "Nathan Nichols", - "id": "goteo@0xbeef.coffee", - "description": "Fixes Goteo payments while running LibreJS", - "icons": { - "128": "icons/icon128.png" - }, - "applications": { - "gecko": { - "id": "goteo@0xbeef.coffee", - "strict_min_version": "42.0" - } - }, - "content_scripts": [ - { - "matches": [ - "https://pgw.ceca.es/cgi-bin/tpv", - "https://pgw.ceca.es/tpvweb/tpv/compra.action", - "*://*.goteo.org/*" - ], - "js": [ - "goteo.js" - ] - } - ] -} |