summaryrefslogtreecommitdiffstats
path: root/addon_chrome
diff options
context:
space:
mode:
authorcloudflarewarp <cloudflarewarp@noreply.codeberg.org>2019-08-05 01:57:33 +0200
committercloudflarewarp <cloudflarewarp@noreply.codeberg.org>2019-08-05 01:57:33 +0200
commit9589e891b7adae5290efe731cf41fd0c60edf2b3 (patch)
tree88429fb9b3faa6ae4016482c23f347c0af1d795a /addon_chrome
parentb67803d6ccd6221365743049ea51af58909441fe (diff)
downloadcloudflare-tor-9589e891b7adae5290efe731cf41fd0c60edf2b3.tar
cloudflare-tor-9589e891b7adae5290efe731cf41fd0c60edf2b3.tar.gz
cloudflare-tor-9589e891b7adae5290efe731cf41fd0c60edf2b3.tar.lz
cloudflare-tor-9589e891b7adae5290efe731cf41fd0c60edf2b3.tar.xz
cloudflare-tor-9589e891b7adae5290efe731cf41fd0c60edf2b3.zip
Upload files to 'addon_chrome/ismitmlink'
Diffstat (limited to 'addon_chrome')
-rw-r--r--addon_chrome/ismitmlink/bg.js28
-rw-r--r--addon_chrome/ismitmlink/cs.js15
-rw-r--r--addon_chrome/ismitmlink/manifest.json2
3 files changed, 33 insertions, 12 deletions
diff --git a/addon_chrome/ismitmlink/bg.js b/addon_chrome/ismitmlink/bg.js
index 53beb299..41588aef 100644
--- a/addon_chrome/ismitmlink/bg.js
+++ b/addon_chrome/ismitmlink/bg.js
@@ -1,5 +1,4 @@
let apiurl = 'https://api.searxes.eu.org/_/ismitm.php';
-
fetch('http://api.xxf4en4djo7hhvatax2g3lvj2qgvbwi4yeyyzwpo25zcog4ewhsbrdyd.onion/_/ok.php', {
method: 'GET',
mode: 'cors'
@@ -47,19 +46,22 @@ function i_already_know_you(f) {
});
}
-function clear_cache_2w() {
+function clear_cache_1w() {
chrome.storage.local.clear();
chrome.storage.local.set({
'lastU': Math.round((new Date()).getTime() / 1000)
});
+ chrome.storage.local.set({
+ 'lastV': (chrome.runtime.getManifest()).version
+ });
setTimeout(function () {
- clear_cache_2w();
- }, 1209600000);
+ clear_cache_1w();
+ }, 604800000);
}
-chrome.storage.local.get('lastxU', (g) => {
+chrome.storage.local.get(['lastU', 'lastV'], (g) => {
if (g.lastU) {
- if (Math.abs(Math.round((new Date()).getTime() / 1000) - g.lastU) > 1209600) {
+ if (Math.abs(Math.round((new Date()).getTime() / 1000) - g.lastU) > 604800) {
chrome.storage.local.clear();
chrome.storage.local.set({
'lastU': Math.round((new Date()).getTime() / 1000)
@@ -70,9 +72,19 @@ chrome.storage.local.get('lastxU', (g) => {
'lastU': Math.round((new Date()).getTime() / 1000)
});
}
+ let nowVer = (chrome.runtime.getManifest()).version;
+ if (g.lastV != nowVer) {
+ chrome.storage.local.clear();
+ chrome.storage.local.set({
+ 'lastU': Math.round((new Date()).getTime() / 1000)
+ });
+ chrome.storage.local.set({
+ 'lastV': nowVer
+ });
+ }
setTimeout(function () {
- clear_cache_2w();
- }, 1209600000);
+ clear_cache_1w();
+ }, 604800000);
});
chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
diff --git a/addon_chrome/ismitmlink/cs.js b/addon_chrome/ismitmlink/cs.js
index 5dd7f8a8..d44b6067 100644
--- a/addon_chrome/ismitmlink/cs.js
+++ b/addon_chrome/ismitmlink/cs.js
@@ -1,4 +1,4 @@
-if (document.body && !['searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion', 'searxes.eu.org'].includes(location.hostname)) {
+if (document.body && !['searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion', 'searxes.eu.org', 'api.searxes.eu.org'].includes(location.hostname)) {
let cs = (function () {
let s = document.createElement('style');
document.head.appendChild(s);
@@ -9,8 +9,10 @@ if (document.body && !['searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lw
cs.insertRule("a[data-mitm]::before{content:'[\\26A0]';font-weight:bold !important;color:red !important;display:inline-block !important}", 1);
cs.insertRule("a[data-mitm]:hover::before{content:'[\\26A1]'}", 2);
cs.insertRule("a[data-mitm]:hover{color:red !important}", 3);
+ cs.insertRule("img[data-mitm]{cursor:not-allowed !important;border:2px red dotted !important}", 4);
+ cs.insertRule("img[data-mitm]:hover{transform:scaleY(-1);filter:sepia(70%)}", 5);
}
- let asked = ['searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion', 'searxes.eu.org', 'addons.mozilla.org', 'addons.thunderbird.net', 'web.archive.org'];
+ let asked = ['searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion', 'searxes.eu.org', 'api.searxes.eu.org', 'addons.mozilla.org', 'addons.thunderbird.net', 'web.archive.org'];
document.querySelectorAll("a[href^='http://']:not([data-mitm]),a[href^='https://']:not([data-mitm]),a[href^='//']:not([data-mitm])").forEach(a => {
let aF = (new URL(a.href)).hostname;
if (!/^(.*)\.(danwin1210\.me|onion|i2p|invalid|test|local|localhost|([0-9]{1,3})|bbs|chan|cyb|dyn|geek|gopher|indy|libre|neo|null|o|oss|oz|parody|pirate|bit|lib|coin|emc|bazar|fur)$/.test(aF) && !asked.includes(aF)) {
@@ -18,10 +20,17 @@ if (document.body && !['searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lw
chrome.runtime.sendMessage(aF);
}
});
+ document.querySelectorAll("img[src^='http://']:not([data-mitm]),img[src^='https://']:not([data-mitm]),img[src^='//']:not([data-mitm])").forEach(a => {
+ let aF = (new URL(a.src)).hostname;
+ if (!/^(.*)\.(danwin1210\.me|onion|i2p|invalid|test|local|localhost|([0-9]{1,3})|bbs|chan|cyb|dyn|geek|gopher|indy|libre|neo|null|o|oss|oz|parody|pirate|bit|lib|coin|emc|bazar|fur)$/.test(aF) && !asked.includes(aF)) {
+ asked.push(aF);
+ chrome.runtime.sendMessage(aF);
+ }
+ });
chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
if (request.length == 2) {
if (request[1]) {
- document.querySelectorAll("a[href^='http://" + request[0] + "/']:not([data-mitm]),a[href^='https://" + request[0] + "/']:not([data-mitm]),a[href^='//" + request[0] + "/']:not([data-mitm])").forEach(a => {
+ document.querySelectorAll("a[href^='http://" + request[0] + "/']:not([data-mitm]),a[href^='https://" + request[0] + "/']:not([data-mitm]),a[href^='//" + request[0] + "/']:not([data-mitm]),img[src^='http://" + request[0] + "/']:not([data-mitm]),img[src^='https://" + request[0] + "/']:not([data-mitm]),img[src^='//" + request[0] + "/']:not([data-mitm])").forEach(a => {
a.dataset.mitm = 1;
a.title = 'MITM!';
});
diff --git a/addon_chrome/ismitmlink/manifest.json b/addon_chrome/ismitmlink/manifest.json
index 165ef271..723ac14b 100644
--- a/addon_chrome/ismitmlink/manifest.json
+++ b/addon_chrome/ismitmlink/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Are links vulnerable to MITM attack?",
- "version": "1.0.9",
+ "version": "1.0.11",
"minimum_chrome_version": "60",
"homepage_url": "https://codeberg.org/crimeflare/cloudflare-tor",
"author": "Maslin Bossé",