diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2018-02-25 20:04:31 -0500 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2018-02-25 20:04:31 -0500 |
commit | 229240370f009a7ba1dc31f57bcfcbd2cf785d0a (patch) | |
tree | defa51219f44d19451bbcfd1e8298eadb1e3f4b7 /data/extensions/goteo@0xbeef.coffee | |
parent | f2a3be07039056c76e3ca4e6040ec900ba64f376 (diff) |
Updated extensions
- HTTPS Everywhere updated to 2018.1.11
- "goteo.org payments with free JS" updated to 1.1
- "LibreJS compatible Pay.gov" updated to 1.3
- "Reveal hidden HTML" updated to 1.6
- Enabled WebRTC, but prevent leaking the LAN ip.
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 | 0 -> 4176 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 | 0 -> 1404 bytes | |||
-rw-r--r-- | data/extensions/goteo@0xbeef.coffee/manifest.json | 29 |
7 files changed, 181 insertions, 0 deletions
diff --git a/data/extensions/goteo@0xbeef.coffee/License b/data/extensions/goteo@0xbeef.coffee/License new file mode 100644 index 0000000..638bb51 --- /dev/null +++ b/data/extensions/goteo@0xbeef.coffee/License @@ -0,0 +1,8 @@ +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 new file mode 100644 index 0000000..2cf28d8 --- /dev/null +++ b/data/extensions/goteo@0xbeef.coffee/META-INF/manifest.mf @@ -0,0 +1,22 @@ +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 differnew file mode 100644 index 0000000..9541f5a --- /dev/null +++ b/data/extensions/goteo@0xbeef.coffee/META-INF/mozilla.rsa diff --git a/data/extensions/goteo@0xbeef.coffee/META-INF/mozilla.sf b/data/extensions/goteo@0xbeef.coffee/META-INF/mozilla.sf new file mode 100644 index 0000000..cc26f9e --- /dev/null +++ b/data/extensions/goteo@0xbeef.coffee/META-INF/mozilla.sf @@ -0,0 +1,4 @@ +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 new file mode 100644 index 0000000..334fb9d --- /dev/null +++ b/data/extensions/goteo@0xbeef.coffee/goteo.js @@ -0,0 +1,118 @@ +/* +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 differnew file mode 100644 index 0000000..239172f --- /dev/null +++ b/data/extensions/goteo@0xbeef.coffee/icons/icon128.png diff --git a/data/extensions/goteo@0xbeef.coffee/manifest.json b/data/extensions/goteo@0xbeef.coffee/manifest.json new file mode 100644 index 0000000..84c6927 --- /dev/null +++ b/data/extensions/goteo@0xbeef.coffee/manifest.json @@ -0,0 +1,29 @@ +{ + "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" + ] + } + ] +} |