Upload files to 'addons/ismitmlinkCR'
This commit is contained in:
parent
dfcc5984a4
commit
1960ae9363
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,73 @@
|
||||||
|
if (document.body && !['ss.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion', 'searxes.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion', 'searxes.eu.org', 'api.searxes.eu.org', 'ansero.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion', 'ansero.eu.org'].includes(location.hostname)) {
|
||||||
|
let cs = (function () {
|
||||||
|
let s = document.createElement('style');
|
||||||
|
document.head.appendChild(s);
|
||||||
|
return s.sheet;
|
||||||
|
})();
|
||||||
|
if (cs) {
|
||||||
|
cs.insertRule("a[data-mitm=y]{cursor:not-allowed !important;text-decoration-line:line-through !important;text-decoration-color:red !important;text-decoration-style:double !important}", 0);
|
||||||
|
cs.insertRule("a[data-mitm=y]::before{content:'[\\26A0]';font-weight:bold !important;color:red !important;display:inline-block !important}", 1);
|
||||||
|
cs.insertRule("a[data-mitm=y]:hover::before{content:'[\\26A1]'}", 2);
|
||||||
|
cs.insertRule("a[data-mitm=y]:hover{color:red !important}", 3);
|
||||||
|
cs.insertRule("img[data-mitm=y]{cursor:not-allowed !important;border:2px red dotted !important}", 4);
|
||||||
|
cs.insertRule("img[data-mitm=y]:hover{filter:sepia(20%)}", 5);
|
||||||
|
}
|
||||||
|
chrome.storage.local.get(['ign1', 'ign2', 'obs', 'dbg', 'alt'], (g) => {
|
||||||
|
let asked = ['', 'ss.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion', 'searxes.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion', 'searxes.eu.org', 'api.searxes.eu.org', 'ansero.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion', 'ansero.eu.org', 'addons.mozilla.org', 'addons.thunderbird.net', 'web.archive.org', 't.co'];
|
||||||
|
if (g.ign1 == 'y') {
|
||||||
|
asked.push(location.hostname);
|
||||||
|
}
|
||||||
|
let qstall = (g.ign2 == 'y') ? 'a[href]:not([data-mitm])' : 'a[href]:not([data-mitm]),img[src]:not([data-mitm])';
|
||||||
|
let running = false;
|
||||||
|
function scanme() {
|
||||||
|
if (!running) {
|
||||||
|
running = true;
|
||||||
|
let unknown = [];
|
||||||
|
document.querySelectorAll(qstall).forEach(a => {
|
||||||
|
let aF = (a.tagName == 'A' ? (new URL(a.href)).hostname : (new URL(a.src)).hostname) || '';
|
||||||
|
a.dataset.mitm = aF;
|
||||||
|
if (!asked.includes(aF)) {
|
||||||
|
asked.push(aF);
|
||||||
|
if (!/^(.*)\.(danwin1210\.me|wikipedia\.org|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) && aF.length >= 4) {
|
||||||
|
unknown.push(aF);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
if (unknown.length > 0) {
|
||||||
|
chrome.runtime.sendMessage(unknown);
|
||||||
|
}
|
||||||
|
running = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
|
||||||
|
if (request.length == 2) {
|
||||||
|
document.querySelectorAll(g.ign2 == 'y' ? "a[href][data-mitm='" + request[0] + "']" : "a[href][data-mitm='" + request[0] + "'],img[src][data-mitm='" + request[0] + "']").forEach(a => {
|
||||||
|
if (request[1]) {
|
||||||
|
a.dataset.mitm = 'y';
|
||||||
|
if (g.alt == 'y' && a.tagName == 'A') {
|
||||||
|
if (!a.href.startsWith('https://web.archive.org/web/')) {
|
||||||
|
a.href = 'https://web.archive.org/web/' + a.href;
|
||||||
|
}
|
||||||
|
a.title = 'Arkivo!';
|
||||||
|
} else {
|
||||||
|
a.title = 'MITM!';
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
a.dataset.mitm = 'n';
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
sendResponse(true);
|
||||||
|
return;
|
||||||
|
});
|
||||||
|
scanme();
|
||||||
|
if (g.obs == 'y') {
|
||||||
|
(new MutationObserver(scanme)).observe(document, {
|
||||||
|
attributes: true,
|
||||||
|
attributeFilter: ['href'],
|
||||||
|
childList: true,
|
||||||
|
subtree: true
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
|
@ -0,0 +1,17 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
|
||||||
|
<title>🗄</title>
|
||||||
|
</head>
|
||||||
|
<body style="display:none">
|
||||||
|
<br>
|
||||||
|
<meter id="pbr" value="0" min="0" max="100" style="width:50%"></meter><br><br>
|
||||||
|
<button type="button" id="ldb_i"> 📝 <span tek="opximp"></span> </button>
|
||||||
|
<button type="button" id="ldb_c"> 🗑 <span tek="opxclr"></span> </button>
|
||||||
|
<span style="display:none">
|
||||||
|
<input type="file" id="f" accept="text/plain">
|
||||||
|
<span tek="opxdone"></span>
|
||||||
|
</span>
|
||||||
|
<script src="localdb.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,67 @@
|
||||||
|
let irun = false;
|
||||||
|
document.addEventListener('DOMContentLoaded', () => {
|
||||||
|
chrome.storage.local.get(['mul'], g => {
|
||||||
|
let ul = g.mul || 'eo';
|
||||||
|
fetch('i18n/' + ul + '.json', {
|
||||||
|
method: 'GET'
|
||||||
|
}).then(j => j.json()).then(j => {
|
||||||
|
document.querySelectorAll('span[tek]').forEach(x => {
|
||||||
|
x.innerText = j[x.getAttribute('tek')];
|
||||||
|
});
|
||||||
|
document.body.style.display = 'block';
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
|
document.getElementById('f').addEventListener('change', e => {
|
||||||
|
let ff = e.target.files[0];
|
||||||
|
if (ff) {
|
||||||
|
let r = new FileReader();
|
||||||
|
r.addEventListener('load', e => {
|
||||||
|
if (ff.size > 4) {
|
||||||
|
let g = e.target.result.replace(/(?:\r\n|\r|\n)/g, "\n").split("\n");
|
||||||
|
if (g.length > 0) {
|
||||||
|
chrome.storage.local.get(['ldb'], gs => {
|
||||||
|
irun = true;
|
||||||
|
let cnt0, cnt1 = 0,
|
||||||
|
gc = 1,
|
||||||
|
db = JSON.parse(gs.ldb || '[]');
|
||||||
|
cnt0 = db.length;
|
||||||
|
document.getElementById('pbr').max = g.length;
|
||||||
|
g.forEach(x => {
|
||||||
|
document.getElementById('pbr').value = gc;
|
||||||
|
gc++;
|
||||||
|
if (/^([0-9a-z.-]{4,400})\.([a-z]{2,40})$/.test(x) && !db.includes(x)) {
|
||||||
|
db.push(x);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
g = null;
|
||||||
|
cnt1 = db.length;
|
||||||
|
if (cnt1 != cnt0) {
|
||||||
|
chrome.storage.local.set({
|
||||||
|
'ldb': JSON.stringify(db)
|
||||||
|
});
|
||||||
|
}
|
||||||
|
chrome.runtime.sendMessage('dbmode,rl', () => {
|
||||||
|
alert(document.querySelector('span[tek=opxdone]').innerText + "\n\n" + cnt0 + " -> " + cnt1);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
r.readAsText(ff);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
document.getElementById('ldb_i').addEventListener('click', () => {
|
||||||
|
if (!irun) {
|
||||||
|
document.getElementById('f').click();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
document.getElementById('ldb_c').addEventListener('click', () => {
|
||||||
|
if (!irun) {
|
||||||
|
chrome.runtime.sendMessage('dbmode,cl', () => {
|
||||||
|
alert(document.querySelector('span[tek=opxdone]').innerText);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"manifest_version": 2,
|
||||||
|
"name": "Ĉu ligoj estas vundeblaj al MITM-atako?",
|
||||||
|
"version": "1.0.20.2",
|
||||||
|
"minimum_chrome_version": "68",
|
||||||
|
"homepage_url": "https://ss.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion/",
|
||||||
|
"author": "Ss",
|
||||||
|
"incognito": "split",
|
||||||
|
"permissions": [
|
||||||
|
"storage",
|
||||||
|
"unlimitedStorage"
|
||||||
|
],
|
||||||
|
"icons": {
|
||||||
|
"72": "icons/72.png"
|
||||||
|
},
|
||||||
|
"background": {
|
||||||
|
"scripts": [
|
||||||
|
"bg.js"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"options_ui": {
|
||||||
|
"chrome_style": false,
|
||||||
|
"page": "cfg.html"
|
||||||
|
},
|
||||||
|
"content_scripts": [
|
||||||
|
{
|
||||||
|
"matches": [
|
||||||
|
"http://*/*",
|
||||||
|
"https://*/*"
|
||||||
|
],
|
||||||
|
"js": [
|
||||||
|
"cs.js"
|
||||||
|
],
|
||||||
|
"run_at": "document_end"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue