// ==UserScript==
// @name HTTP Unplugged
// @author Schimon Jehudah, Adv.
// @namespace i2p.schimon.blackbelt
// @homepageURL https://greasyfork.org/scripts/466113-http-unplugged
// @supportURL https://greasyfork.org/scripts/466113-http-unplugged/feedback
// @copyright 2023 - 2025, Schimon Jehudah (http://schimon.i2p)
// @license MIT; https://opensource.org/licenses/MIT
// @description Find and display links inside a bar; Type of links: chat, contact, email, geo, magnet, media documents, metalinks, podcasts, syndication feeds, torrents and userscripts and wallets.
// @match file:///*
// @match *://*/*
// @version 25.10.04
// @grant GM.registerMenuCommand
// @run-at document-end
// @noframes
// @icon data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48dGV4dCB5PSIuOWVtIiBmb250LXNpemU9IjkwIj7wn5SMPC90ZXh0Pjwvc3ZnPgo=
// ==/UserScript==
// NOTE
// Robe icons (Sauna pack) created by Freepik
// https://www.flaticon.com/free-icon/robe_2520932
// https://www.flaticon.com/authors/freepik
// https://www.freepik.com/
// TODO
//
// 0) Bar like https://www.croxyproxy.com/
// /articles/2012/09/07/skateboarding_in_kabul
//
// 0) Decode string for magnet links
// https://btdig.com/9fe6281eaf39f8bee656f27cacf48713c0608c3e/20-birds-&-animals-books-collection-pack-4
//
// 0) Tooltip
// https://www.w3schools.com/howto/howto_css_tooltip.asp
// or DIV on the middle or center of screen
// https://web.archive.org/web/20050423235409/http://karmatics.com/aardvark/
// https://css-tricks.com/quick-css-trick-how-to-center-an-object-exactly-in-the-center/
//
// 1) Brand: Access Bar, Alt Bar, Black Bar, Black Belt, Black Robe, Distribar, Distributed Bar, Distribution Bar, Easy Access Bar, Free Bar, Freenet Bar, Handler Bar, Harvest Bar, IETF Bar, IETF Black Bar, IETF ToolBar, Instant Media Bar, Media Bar, Power Bar, Power Download Bar, Reaping Bar, Simple Access Bar, Simple Bar, Super Bar,
// NEW BRANDS: 🔌 Unplug // 🐟 Protocols // 🔌 HTTP Unplugged
// http://unplug.mozdev.org/
// 2) Recognize btih of 32 and convert it to 40
//
// 3) Check cache links for none 200 code
// https://bookshelf.theanarchistlibrary.org/library/librarian-previous-announcements-en
//
// 4) FIXME feedx
// http://freebase.be/db/software.rss.xml
//
// 5) Case insensitive (XPath)
// String.prototype.toLowerCase()
// See 'Magnet:' heperlink at https://ddosecrets.com/wiki/Rosatom
// See getPathTo()
//
// 6) Fetch button (guess on demand) instead of auto-guess
// Find file by Hash or ID (Hint: find duplicate chars/strings)
//
// 7) Display software for IPFS, GPS, Monero, RSS, SIP, Tribler, XMPP
//
// 8) Market diaspora*, Linux, Mastodon, ownCloud, RetroShare
//
// 9) TODO cancel *:after "open in new tab" https://cookidoo.thermomix.com/foundation/en-US
// blackberry appworld.blackberry.com
// nokia store.ovi.com
// palm
// weixin://dl/chat?
// VK vkontakt
// 'pge,✉️,contact,Contact'
const types = {
"feed" : {
"name" : "📰 Follow", // 🗞️ 🔔 索 參
"description" : "Subscribe to a syndication news feed",
"alternate" : [
"atom", "rss", "rdf", "stream",
"feed", "feed+json"], // json
"extension" : [
"atom", "atom.php", "atom.xml",
"rss", "rss.php", "rss.xml",
"rdf", "rdf.php", "rdf.xml",
"feed.xml", "feed.json", "rss.json"],
"path" : ["/feed/atom", "/feed/atom/",
"/feed", "/feed/", "app.php/feed"],
// http://blogs.openaether.org/?p=108
// "uri" : ["feed", "news"]
},
"microsummary" : {
"name" : "📢 Microsummary",
"description" : "Subscribe to a notification",
"rel" : ["microsummary"]
},
"opml" : {
"name" : "⭕ OPML",
"description" : "Import a subscriptions collection",
"alternate" : ["opml"],
"extension" : ["opml"]
},
"podcast" : {
"name" : "🎙️ Podcast", // 🎧
// http://blogs.openaether.org/?p=108
"description" : "Subscribe to a podcast channel",
"uri" : ["itpc"],
"extension" : ["podcast.xml"]
},
"asc" : {
"name" : "🗝️ Encryption Key", // 🔐
"description" : "Additional Sense Code",
"extension" : ["asc", "asc.txt"]
},
"cso" : {
"name" : "🔍 CCSO",
"description" : "Search over CCSO",
"uri" : ["cso"]
},
"deltachat" : {
"name" : "𝛿 DeltaChat",
"description" : "Chat over DeltaChat",
"uri" : ["dcaccount", "openpgp4fpr"]
},
"gpg" : {
"name" : "🗝️ An encryption key", // 🔐
"description" : "OpenPGP",
"extension" : ["gpg", "gpg.txt"]
},
"pgp" : {
"name" : "🗝️ Encryption Key", // 🔐
"description" : "Pretty Good Privacy",
"extension" : ["pgp", "pgp.txt"]
},
"mail" : {
"name" : "✉️ Email", // 📮
"description" : "Send an Email message",
"uri" : ["mailto"]
},
"ftp" : {
"name" : "🔁 FTP",
"description" : "File Transfer Protocol",
"uri" : ["ftp", "ftps"]
},
"nostr" : {
"name" : "🦜 Nostr",
"description" : "The timeless network",
"uri" : ["damus", "freefrom", "intent", "nos", "nostr", "primal", "yakihhone"],
"web" : ["damus.io", "primal.net", "snort.social"]
},
"telnet" : {
"name" : "🖥 Telnet",
"description" : "Telnet",
"uri" : ["telnet"]
},
"ssh" : {
"name" : "🖥 SSH",
"description" : "OpenBSD Secure SHell",
"uri" : ["ssh"]
},
"twtxt" : {
"name" : "📄 Twtxt",
"description" : "Twtxt publishing format",
"extension" : ["tw.txt", "twtxt.txt"],
"path" : ["/feed/twtxt", "/feed/twtxt/"],
"web" : ["yarn.social/external", "txt.sour.is/external"]
},
"bunker" : {
"name" : "🗝️ An encryption key",
"description" : "Nostr bunker code",
"uri" : ["bunker"]
},
"card" : {
"name" : "🪪 Card", // 📇
"description" : "Virtual contact file",
"extension" : ["vcard", "vcf"]
},
"geo" : {
"name" : "📍️ Location", // 🗺️
"description" : "Geographic coordinations",
"extension" : [
"gpx", "geojson", "kml", "kmx"],
"uri" : ["geo", "waze"]
},
"gemini" : {
"name" : "💎️ Gemini", // 🔮
"description" : "Gemini realm",
"uri" : ["gemini"]
},
"gopher" : {
"name" : "🦦 Gopher", // 🔮
"description" : "Gopher realm",
"uri" : ["gopher"]
},
"telephone" : {
"name" : "☎️ Call", // 📞️
"description" : "Call a telephone number",
"uri" : ["callto", "tel"]
},
"sms" : {
"name" : "💬️ SMS",
"description" : "Message telephone number",
"uri" : ["sms"]
},
"voip" : {
"name" : "📞️ VoIP",
"description" : "<span title='Session Initiation Protocol'>Call via SIP</span>",
"uri" : ["sip"]
},
"chat-cabal" : {
"name" : "🔽 Cabal", // ︾ // 🔽 // ⧩ // ➤
"description" : "Cabal chat network",
"uri" : ["cabal"]
},
"chat-xmpp" : {
"name" : "💡️ XMPP",
"description" : "<span title='Extensible Messaging and Presence Protocol'>The private & decentralized chat network</span>",
"web" : [
// /i/#
// #converse/room?jid=
"i.kaidan.im",
"join.jabber.network/#",
"anonymous.cheogram.com",
"magicbroccoli.de/i/",
"webchat.disroot.org/#converse/room?jid=",
"xmpp.org/chat#converse/room?jid=",
"yaxim.org/chat/#converse/room?jid=",
"yax.im/i/"],
// TODO handle ?join and ?message
"uri" : ["xmpp"]
},
"chat-irc" : {
"name" : "🗨️ IRC",
"description" : "Internet Relay Chat",
"uri" : ["irc", "ircs"],
"web" : ["kiwiirc.com/nextclient/"]
},
"chat-briar" : {
"name" : "👁 Briar",
"description" : "Briar chat network",
"warning" : "This is a messaging system of which its developers have received grants from the CIA.",
"origin" : "🇺🇸 USA Federation",
"uri" : ["briar"]
},
"chat-di" : {
"name" : "👁 Discord",
"description" : "Centralized messaging platform",
"warning" : "This chat service logs your activities and conversations to its records and discloses them to governments legally and illegally.",
"origin" : "🇺🇸 USA Federation",
"web" : ["discord.com/", "discord.gg/"]
},
"chat-fa" : {
"name" : "👁 Facebook",
"description" : "Centralized publishing platform",
"warning" : "This publishing service logs your activities and conversations to its records and discloses them to governments legally and illegally.",
"origin" : "🇺🇸 USA Federation",
"web" : ["m.me/"]
},
"chat-matrix" : {
"name" : "👁 matrix", // #️⃣️ // # // ⌗ // 濫 // #️ // 🔯
//"description" : "Matrix Chat Network (<a href='https://lukesmith.xyz/articles/matrix-vs-xmpp/' style='color:#000' title='Metadata Disaster'>Read This Warning</a>)",
"description" : "Pseudo-private, pseudo-decentralized messaging platform.",
"warning" : "This is a <u><a href='https://lukesmith.xyz/articles/matrix-vs-xmpp/' style='color:#fff'>compromised</a></u> messaging system which exposes private metadata to everyone and is connected to middle eastern intelligence agencies.",
"origin" : "🇮🇱 Occupied Palestine",
"uri" : ["element", "matrix"],
"web" : ["matrix.to/"]
},
"chat-sk" : {
"name" : "👁 Skype",
"description" : "Centralized messaging platform",
"warning" : "This chat service logs your activities and conversations to its records and discloses them to governments legally and illegally.",
"origin" : "🇺🇸 USA Federation",
"uri" : ["skype"]
},
"chat-tg" : {
"name" : "👁 Telegram", // 🇶🇦
"description" : "Centralized messaging platform",
"warning" : "This chat service logs your activities and conversations to its records and discloses them to governments legally and illegally.",
"origin" : "🇷🇺 Russia Federation 🇦🇪 UAE",
"web" : ["t.me/", "telegram.me"],
"uri" : ["tg"]
},
"chat-te" : {
"name" : "👁 Tencent",
"description" : "Centralized messaging platform",
"warning" : "This chat service logs your activities and conversations to its records and discloses them to governments legally and illegally.",
"origin" : "🇨🇳 China",
"uri" : ["tencent"]
},
"chat-vi" : {
"name" : "👁 Viber",
"description" : "Centralized messaging platform",
"warning" : "This chat service logs your activities and conversations to its records and discloses them to governments legally and illegally.",
"origin" : "🇯🇵 Japan",
"uri" : ["viber"]
},
"chat-we" : {
"name" : "👁 WeChat",
"description" : "Centralized messaging platform",
"warning" : "This chat service logs your activities and conversations to its records and discloses them to governments legally and illegally.",
"origin" : "🇨🇳 China",
"uri" : ["weixin"]
},
"chat-wh" : {
"name" : "👁 Whatsapp",
"description" : "Centralized messaging platform",
"warning" : "This chat service logs your activities and conversations to its records and discloses them to governments legally and illegally.",
"origin" : "🇺🇸 USA Federation",
"web" : [
"chat.whatsapp.com",
"wa.me",
"api.whatsapp.com/send?phone=",
"web.whatsapp.com/send?phone="],
"uri" : ["whatsapp"]
},
"tracker" : {
"name" : "📶 Tracker",
"description" : "🧲 BitTorrent tracker",
"uri" : ["udp"]
},
"ftl-adc" : {
"name" : "🫐️ DC", // Advanced Direct Connect
"description" : "DC magnet link",
"urn" : ['tree:tiger'],
"uri" : ["adc", "adcs", "dchub"]
},
"ftl-bitprint" : {
"name" : "🪩 Gnutella2",
"description" : "Gnutella2 magnet link",
"urn" : ["bitprint"]
},
"ftl-bittorrent" : {
"name" : "🌊️ BitTorrent", //💧️ ⛲️
"description" : "BitTorrent magnet link",
"urn" : ["btih", "btmh"]
},
"ftl-torrent" : {
"name" : "📦️ Torrent", // ⛲️ 🧧️
"description" : "BitTorrent metadata file",
"extension" : ["torrent"]
},
"ftl-torrent-cache" : {
"name" : "🎁️ Torrent", // ⛲️
"description" : "BitTorrent metadata file"
},
"ftl-ed2k" : {
"name" : "🐴 eDonkey2000", /* ♈ eDonkey */
"description" : "eDonkey magnet link",
"uri" : ["ed2k"],
"urn" : ["aich", "ed2k", "ed2khash", "md4"]
},
"ftl-limewire" : {
"name" : "🍋 Limewire", // ❄️ Frostwire
"description" : "Limewire magnet link",
"urn" : ["sha1"]
},
"ftl-kazzaa" : {
"name" : "⏭️ Fasttrack",
"description" : "Fasttrack magnet link",
"urn" : ["kzhash"]
},
"ftl-metalink" : {
"name" : "♾️ Metalink",
"description" : "Metalink framework file",
"extension" : ["meta4", "metalink"]
},
"ftl-shareaza" : {
"name" : "❤️🔥️ Shareaza",
"description" : "Shareaza magnet link",
"urn" : ["md5"]
},
"wallet-monero" : {
"name" : "🪙️ Monero", // 👛
"description" : "Cryptocurrency wallet",
"uri" : ["monero"]
},
"wallet-litecoin" : {
"name" : "🪙️ Litecoin",
"description" : "Cryptocurrency wallet",
"uri" : ["litecoin"]
},
"wallet-ethereum" : {
"name" : "🪙️ Ethereum",
"description" : "Cryptocurrency wallet",
"uri" : ["ethereum"]
},
"wallet-bitcoin" : {
"name" : "🪙️ Bitcoin",
"description" : "Cryptocurrency wallet",
"uri" : ["bitcoin"]
},
"pkg-apk" : {
"name" : "💿 Package", // 📦️
"description" : "Android package",
"condition" : ["android"],
"extension" : ["apk"],
"web" : [
"f-droid.org/packages/",
"apt.izzysoft.de/fdroid/index/apk/",
"mysu.dev/fdroid/",
"acruexirfkgcqhwxyu75v7dtahr3a44hmbfygngsvubmkrbd6axa.b32.i2p/fdroid/",
"cookiejarapps.com/fdroid/repo/",
"fdroid.pabloferreiro.es/repo/",
"appgallery.cloud.huawei.com/ag/n/app/",
"appgallery.huawei.com/app/",
"apkpure.com/",
"play.google.com/store/apps/details?id="]
},
"pkg-appstream" : {
"name" : "💿 Package", // 🛍️
"description" : "AppStream package",
"condition" : ["linux"],
"uri" : ["appstream"]
},
"pkg-debian" : {
"name" : "💿 Package", // 🐧️
"description" : "Debian package",
"condition" : ["debian", "ubuntu"],
"extension" : ["deb"]
},
"pkg-fedora" : {
"name" : "💿 Package", // 🐧️
"description" : "Linux package",
"condition" : ["fedora", "redhat"],
"extension" : ["rpm"]
},
"pkg-flatpak" : {
"name" : "💿 Package", // 🧊
"description" : "Flatpak package",
"condition" : ["linux"],
"extension" : ["flatpakref"],
"web" : ["flathub.org/apps/details/"]
},
"ios-pkg" : {
"name" : "💿 Package", // 📦️
"description" : "iOS package",
"condition" : ["ios", "iphone", "ipad"],
"web" : ["apps.apple.com/app/",
"apps.apple.com/us/app/",
"fnd.io"]
},
"pkg-kaios" : {
"name" : "💿 Package", // 💠
"description" : "<a href='https://gerda.tech/' style='color:#000'>Gerda</a> (Kai OS) package",
"condition" : ["kai"],
"web" : ["store.bananahackers.net/",
"www.kaiostech.com/store/apps/"]
},
"pkg-kde" : {
"name" : "💿 Package", // 🐲️
"description" : "KDE Linux package",
"condition" : ["linux", "react", "windows"],
"web" : ["store.kde.org/p/"]
},
"pkg-mac" : {
"name" : "💿 Package", // 🍎️
"description" : "Macintosh package",
"condition" : ["mac"],
"extension" : ["dmg", "pkg"]
},
// NOTE WineHQ
"pkg-reactos" : {
"name" : "💿 Package", // ⚛
"description" : "<a href='https://reactos.org/' style='color:#000'>React OS</a> (Windows) Package",
"condition" : ["windows", "react"],
"extension" : ["exe", "msi"],
"web" : ["apps.microsoft.com/store/detail/",
"www.microsoft.com/store/apps/"]
},
// TODO ask snapcraft for path /app/
// TODO Dismiss path root /
"pkg-snapcraft" : {
"name" : "💿 Package", // 📥️ 🛍️ 🪶️
"description" : "Snapcraft package",
"uri" : ["snap"],
"web" : ["snapcraft.io/"]
},
"pkg-ubports" : {
"name" : "💿 Package", // 📦️
"description" : "Ubuntu Touch package",
"condition" : ["ubuntu"],
"uri" : ["openstore"],
"web" : ["open-store.io/app/"]
},
"ext-userjs" : {
"name" : "🐵 Userscript", // 🐒 📜
"description" : "User.JS Script",
"extension" : ["user.js"]
},
"ext-usercss" : {
"name" : "🎨 Userstyle", // 📃
"description" : "User.CSS Stylesheet",
"extension" : ["user.css"]
},
"ext-blink" : {
"name" : "🧩 Extension", // 🧩
"description" : "An extension",
"condition" : ["brave", "chrome", "chromium", "crios", "sleipnir", "vivaldi"],
"extension" : ["crx", "chromium.zip", "chrome.zip"],
"web" : ["chrome.google.com/webstore/detail/"]
},
"ext-edge" : {
"name" : "🧩 Extension", // 🧩
"description" : "An extension",
"condition" : ["edge"],
"web" : ["microsoftedge.microsoft.com/addons/detail/"]
},
"ext-falkon" : {
"name" : "🧩 Extension", // 🦅️
"description" : "An extension",
"condition" : ["falkon"],
"web" : ["store.falkon.org/p/"]
},
"ext-maxthon" : {
"name" : "🧩 Extension",
"description" : "An extension",
"condition" : ["maxthon"],
"web" : ["extension.maxthon.com/detail/"]
},
"ext-xpi" : {
"name" : "🧩 Extension", //🐺️ //🦊️ //🦎️
"description" : "An extension",
"condition" : ["firefox", "fxios", "librewolf", "waterfox"],
"extension" : ["xpi", "firefox.zip"],
"web" : ["addons.mozilla.org"]
},
"ext-xul" : {
"name" : "🧩 Extension", // 🌕
"description" : "An extension",
"condition" : ["basilisk", "goanna", "palemoon"],
"extension" : ["xpi"],
"web" : ["addons.palemoon.org",
"realityripple.com/Software/XUL/",
"realityripple.com/Software/Mozilla-Extensions/",
"addons.basilisk-browser.org"]
},
"hypercore" : {
"name" : "⚡ Hypercore",
"description" : "Hypercore",
"uri" : ["hyper"]
},
"ipfs" : {
"name" : "💠 IPFS", // 🔮 📁 📂 ⚛️ 🕸️ 🗃️
"description" : "Interplanetary File System",
"uri" : ["ipfs", "ipns", "dweb"],
"web" : ["4everland.io/ipns/",
"cloudflare-ipfs.com/ipfs/",
"cloudflare-ipfs.com/ipns/",
"gateway.pinata.cloud/ipfs/",
"gateway.pinata.cloud/ipns/",
"ipfs.io/ipfs/",
"ipfs.io/ipns/"]
},
"tor" : {
"name" : "🧅️ Tor", // 🔮
"description" : "Tor realm",
"url" : ["onion", "onion:"]
},
"i2p" : {
"name" : "㊙️ I2P", //㊣ 🔮
"description" : "I2P realm", //⚛️
"url" : ["i2p", "i2p:"]
}
};
const namespace = "i2p-schimon-blackbelt";
const objectKeys = Object.keys(types);
// Check whether HTML; otherwise, exit.
//if (!document.contentType == "text/html")
// if (!document.doctype) return;
// if (document.doctype == null) return; // Uncaught SyntaxError: Illegal return statement
// Initial action
(function() {
let links = [], accept;
for (let i = 0; i < objectKeys.length; i++) {
let agent = types[objectKeys[i]].condition, accept = true;
if (agent) {
accept = false;
for (let j = 0; j < agent.length; j++) {
if (navigator.userAgent.toLowerCase().includes(agent[j])) {
accept = true;
}
}
}
//if (reject) continue;
let
results = [],
name = types[objectKeys[i]].name,
info = types[objectKeys[i]].description,
warn = types[objectKeys[i]].warning,
array = types[objectKeys[i]];
if (array.rel) {
let results_set = extractRel(array.rel)
if (results_set) {
for (let result of results_set) {
if (results.indexOf(result) == -1) {results.push(result)}
}
}
}
if (array.alternate) {
let results_set = extractAlternate(array.alternate)
if (results_set) {
for (let result of results_set) {
if (results.indexOf(result) == -1) {results.push(result)}
}
}
}
if (array.extension) {
let results_set = extractFile(array.extension)
if (results_set) {
for (let result of results_set) {
if (results.indexOf(result) == -1) {results.push(result)}
}
}
}
if (array.uri) {
let results_set = extractURI(array.uri)
if (results_set) {
for (let result of results_set) {
if (results.indexOf(result) == -1) {results.push(result)}
}
}
}
if (array.url) {
let results_set = extractURL(array.url)
if (results_set) {
for (let result of results_set) {
if (results.indexOf(result) == -1) {results.push(result)}
}
}
}
if (array.urn) {
let results_set = extractURN(array.urn)
if (results_set) {
for (let result of results_set) {
if (results.indexOf(result) == -1) {results.push(result)}
}
}
}
if (array.web) {
let results_set = extractWeb(array.web)
if (results_set) {
for (let result of results_set) {
if (results.indexOf(result) == -1) {results.push(result)}
}
}
}
if (accept && results && results.length) {
for (result of results) {
links.push(createLink(result, name, info, warn, objectKeys[i]));
try {
GM.registerMenuCommand(name, () => openUrl(result));
} catch (err) {
console.warn("Please check that your Userscript manager has GM.registerMenuCommand API.")
console.error(err)
}
}
}
}
if (links.length) {
let barElement = buildBar();
//barElement.append(closeButton(barElement));
// links.forEach(link => barElement.append(link));
//console.log("eles.forEach(ele => barElement.append(ele));")
//console.log(eles)
let mainElement, list, names = [];
let infoElement = document.createElement("div");
let titlesElement = document.createElement("div");
let warnElement = document.createElement("div");
let listsElement = document.createElement("div");
infoElement.id = "info";
infoElement.textContent = "HTTP Unplug (Black Belt)";
titlesElement.id = "titles";
titlesElement.style.padding = "9px 0px";
warnElement.id = "warn";
warnElement.style.background = "#e16969";
warnElement.style.borderRadius = "5px";
warnElement.style.display = "none";
warnElement.style.marginBottom = "9px";
warnElement.style.padding = "1em";
listsElement.id = "lists";
barElement.append(infoElement);
barElement.append(titlesElement);
barElement.append(warnElement);
barElement.append(listsElement);
for (link of links) {
let identifier, listElement, titleElement;
identifier = link.className;
if (names.includes(identifier)) {
listElement = listsElement.querySelector(`span.${identifier}`);
listElement.append(link);
} else {
names.push(identifier);
titleElement = document.createElement("span");
listElement = document.createElement("span");
listElement.style.whiteSpace = "nowrap";
titleElement.textContent = link.title;
link.removeAttribute("title");
titleElement.className = `${identifier} title`;
titleElement.style.margin = "0px 9px 0px 0px";
titleElement.onmouseover = () => {
listsElement.style.display = "unset";
listElement.style.display = "unset";
let currentList = listsElement.querySelector(`span.${list}`);
if (currentList && currentList.className != `${identifier} list`) {
currentList.style.display = "none";
}
list = identifier;
infoElement.innerHTML = types[identifier].description;
if (types[identifier].warning) {
warnElement.innerHTML = "<color='red'>WARNING!</color> " + types[identifier].warning + " // " + types[identifier].origin;
warnElement.style.display = "block";
} else {
warnElement.textContent = "";
warnElement.style.display = "none";
}
//infoElement.innerHTML = "<b>WARNING</b></br>" + types[identifier].warning + "<br/><br/><b>Get XMPP</b></br>Communicate with <u><a href='https://xmpp.org/software/clients/' style='color:#fff'>XMPP</a></u> (aka Jabber) for private and secure chat.";
}
barElement.onmouseleave = () => {
warnElement.style.display = "none";
listsElement.style.display = "none";
infoElement.textContent = "HTTP Unplug (Black Belt)";
}
listElement.append(link);
listElement.className = `${identifier} list`;
listElement.style.display = "none";
listsElement.append(listElement);
titlesElement.append(titleElement);
}
}
if (
// NOTE Not working "#i2p.schimon.blackbelt.bittorrent"
barElement.querySelector("*[id$=bittorrent]") &&
!barElement.querySelector("*[id$=-torrent]")
) {
// TODO Add after BitTorrent
// TODO place this in the tooltip
barElement.prepend(createLink(
generateTorrentUrl(barElement),
"🎁️ Torrent",
"⛲️ Bittorrent metadata file",
null,
"ftl-torrent-cache"))
}
}
// https://henrik.nyh.se
// https://postmarketos.org
/* document.addEventListener ("scroll", function() {
if (window.pageYOffset > 10) { // TODO when first bar is out of focus
document
.querySelector("#" + namespace + "-bar")
.style.setProperty("position", "fixed", "important");
} else {
document
.querySelector("#" + namespace + "-bar")
.style.setProperty("position", "absolute", "important");
}
}) */
})();
function openUrl(url) {
//window.open(url, "_blank");
window.open(url, "_self");
}
function buildBar() {
let barElement = document.createElement(namespace);
document.body.prepend(barElement);
barElement.id = namespace + "-bar";
//barElement.style.all = "unset";
barElement.style.width = "100%";
//barElement.style.opacity = 0.5; // 0.75
barElement.style.backgroundColor = "#000"; //"#2c3e50";
barElement.style.color = "#eee";
//barElement.style.fontSize = "1.5em";
//barElement.style.setProperty("color", "#eee", "!important")
//barElement.style.fontVariant = "small-caps";
barElement.style.left = 0;
barElement.style.right = 0;
barElement.style.top = 0;
barElement.style.zIndex = 2147483647;
barElement.style.maxHeight = "fit-content";
//barElement.style.maxWidth = "100vw";
barElement.style.fontFamily = "system-ui";
//barElement.style.fontSize = "170%";
barElement.style.fontWeight = "bolder";
barElement.style.padding = "3px 10px 3px 12px";
barElement.style.position = "fixed";
barElement.style.display = "block";
//barElement.style.textAlign = "center";
barElement.style.direction = "ltr";
barElement.style.userSelect = "none";
//barElement.style.overflow = "hidden";
//barElement.style.transition = "all 1s ease 0.1s";
barElement.onclick = () => { barElement.remove(); }
/*
barElement.onmouseover = () => { barElement.style.opacity = 0.9; }
barElement.onmouseleave = () => {
var secs = 5;
function timeOut() {
secs -= 1;
if (secs > 0) {
setTimeout(timeOut, 1000);
}
if (secs == 0) {
barElement.querySelector("#" + namespace + "-info-square") &&
barElement.querySelector("#" + namespace + "-info-square").remove();
barElement.querySelector("#" + namespace + "-warn-square") &&
barElement.querySelector("#" + namespace + "-warn-square").remove();
}
} timeOut();
}
barElement.onmouseout = () => {
var secs = 20;
function timeOut() {
barElement.onmouseout = () => { secs = 20; }
secs -= 1;
if (secs == 15) {
// FIXME Not working due to !important we have set below
//barElement.style.setProperty("opacity", "unset", "important");
barElement.style.opacity = 0.3;
setTimeout(timeOut, 1000);
} else if (secs == 5) {
//barElement.style.setProperty("opacity", "unset", "important");
barElement.style.opacity = 0;
setTimeout(timeOut, 1000);
} else if (secs == 0) {
barElement.remove();
return;
} else {
setTimeout(timeOut, 1000);
}
} timeOut();
}
*/
// Set !important
for (let i = 0; i < barElement.style.length; i++) {
barElement.style.setProperty(
barElement.style[i],
barElement.style.getPropertyValue(barElement.style[i]),
"important"
);
}
// Timer from https://stackoverflow.com/questions/27406765/hide-div-after-x-amount-of-seconds
/*
var secs = 33;
function timeOut() {
secs -= 1;
if (secs == 0) {
//barElement.style.display = "none";
barElement.style.opacity = 0.2;
return;
}
else {
setTimeout(timeOut, 1000);
}
}
timeOut();
*/
return barElement
}
// NOTE TODO semi-recursive callback
// NOTE TODO typeof
function extractFile(array) {
let i = 0, links = [];
for (let i = 0; i < array.length; i++) {
// FIXME Mainstream to support ends-with
// fn:ends-with appears to be missing in some engines
query = [
`//a[contains(@href, ".${array[i]}")]/@href`,
`//a[contains(@download, ".${array[i]}")]/@download`];
// `//a[ends-with(@href, ".${array[i]}")]/@href`
// `//a[ends-with(text(), ".${array[i]}")]/@href`
results = executeQuery(query, "xpath");
if (results.length) {
for (result of results) {
protocol = location.protocol
hostname = location.hostname
//console.log(result)
switch (true) {
case (result.startsWith("/")):
result = protocol + "//" + hostname + result;
break;
case (!result.includes(":")):
result = protocol + "//" + hostname + "/" + result;
break;
//case (result.startsWith("http")):
//break;
}
//console.log(result)
let url = new URL(result);
let bol = url.pathname.endsWith(array[i-1]);
if (bol) {
links.push(result);
}
}
}
}
if (links.length) { return links; };
}
function extractAlternate(array) {
let i = 0, links = [];
for (let i = 0; i < array.length; i++) {
query = [
// Also rel="feed". See https://miranda-ng.org/
`//link[@rel="alternate"\
and contains(@type, "${array[i]}")\
]/@href`];
results = executeQuery(query, "xpath");
if (results.length) {
for (result of results) {
links.push(result);
}
}
}
if (links.length) { return links; };
}
function extractRel(array) {
let i = 0, links = [];
for (let i = 0; i < array.length; i++) {
query = [`//link[@rel="${array[i]}"]/@href`];
results = executeQuery(query, "xpath");
if (results.length) {
for (result of results) {
links.push(result);
}
}
}
if (links.length) { return links; };
}
function extractURI(array) {
let i = 0, links = [];
for (i of array) {
query = [
`//a[starts-with(@href, "${i}:")\
and not(starts-with(@href, "tg://msg_url?"))\
and not(starts-with(@href, "mailto:?"))\
and not(contains(@href, "/send?"))\
]/@href`];
results = executeQuery(query, "xpath");
if (results.length) {
for (result of results) {
let url = new URL(result);
let bol = url.protocol.match(i);
if (bol) {
links.push(result);
}
}
}
}
if (links.length) { return links; };
}
function extractURL(array) {
let i = 0, links = [];
for (let i = 0; i < array.length; i++) {
query = [
`//a[starts-with(@href, "http")
and contains(@href, ".${array[i]}")
]/@href`];
// FIXME mainstream
//"//a[starts-with(@href, "http") and ends-with(@href, "" + array[i] + "")]/@href"
results = executeQuery(query, "xpath");
if (results.length) {
for (result of results) {
let url = new URL(result);
let bol = url.hostname.endsWith(array[i-1]);
if (bol) {
links.push(result);
}
}
}
}
if (links.length) { return links; };
}
function extractURN(array) {
let i = 0, links = [];
for (let i = 0; i < array.length; i++) {
query = [
`//a[starts-with(@href, "magnet")\
and contains(@href, "${array[i]}")\
]/@href`];
results = executeQuery(query, "xpath");
if (results.length) {
for (result of results) {
let url = new URL(result);
url.searchParams.delete("tr");
result = url.protocol + url.search;
result = decodeURIComponent(result);
links.push(result);
}
}
}
if (links.length) { return links; };
}
function extractWeb(array) {
let i = 0, links = [];
for (let i = 0; i < array.length; i++) {
query = [
`//a[starts-with(@href, "http")\
and contains(@href, "://${array[i]}")\
and not(starts-with(@href, "https://wa.me/?text"))\
and not(starts-with(@href, "https://t.me/share"))\
and not(starts-with(@href, "https://telegram.me/share"))\
and not(contains(@href, "com.github.android"))\
and not(contains(@href, "1477376905"))\
]/@href`];
results = executeQuery(query, "xpath");
if (results.length) {
for (result of results) {
links.push(result);
}
}
}
if (links.length) { return links; };
}
// TODO
// String.prototype.toLowerCase()
// href Magnet: (magnet:) is not detected, or
// Set document MIMEType to plain/text
function executeQuery(queries, method) {
let i = 0, links = [], nodes;
for (query of queries) {
switch (method) {
case "css":
result = document.querySelector(queries[i]);
//if (result) {result = result.href};
if (result) {return result.href};
break;
case "xpath":
// NOTE This may cause 404 error.
// Use getPathTo()
// https://stackoverflow.com/questions/2631820/how-do-i-ensure-saved-click-coordinates-can-be-reload-to-the-same-place-even-if/2631931#2631931
/*
xhtmlFile = new XMLSerializer().serializeToString(document).toLowerCase()
//xhtmlFile = "<html>"+document.documentElement.innerHTML.toLowerCase()+"</html>"
domParser = new DOMParser();
xhtmlFile = domParser.parseFromString(xhtmlFile, "text/html");
result = document.evaluate(
queries[i], xhtmlFile, null, XPathResult.STRING_TYPE);
*/
/*
result = document.evaluate(
queries[i], document, null, XPathResult.STRING_TYPE);
//if (result) {result = result.stringValue};
if (result) {return result.stringValue};
*/
nodes = document.evaluate(
query, document, null, XPathResult.ORDERED_NODE_ITERATOR_TYPE);
if (nodes) {
let node = nodes.iterateNext();
while (node) {
// Add the link to the array
links.push(node.nodeValue);
// Get the next node
node = nodes.iterateNext();
}
}
return links
}
}
}
function createLink(uri, title, info, warn, id) {
//if (type[4]) {
//let tip = document.createElement("spna");
//tip.class = "tooltip";
//tip.append("type[4]");
//}
//type = type.split(" ");
//sym = getUrnProperty(uri, "sym");
//net = getUrnProperty(uri, "net");
let aElement = document.createElement("a");
aElement.className = id;
aElement.title = title;
aElement.href = uri;
aElement.textContent = aElement.href;
//aElement.title = info;
aElement.name = warn;
aElement.style.all = "unset";
aElement.style.color = "#eee";
aElement.style.display = "block";
aElement.style.font = "caption";
aElement.style.fontFamily = "system-ui";
aElement.style.fontSize = "20px"; // 13px
//aElement.style.fontVariantCaps = "all-small-caps";
aElement.style.textDecoration = "none";
aElement.style.cursor = "default";
//aElement.style.fontWeight = "bold";
//aElement.style.fontSize = "200%";
//aElement.style.padding = "3px 9px 3px 9px";
//aElement.style.margin = "2% 9px 2% 9px";
//aElement.style.background = "black";
//aElement.style.borderBottomLeftRadius = "9px";
//aElement.style.borderBottomRightRadius = "9px";
//aElement.style.forEach (style => style + "!important");
for (let i = 0; i < aElement.style.length; i++) {
aElement.style.setProperty(
aElement.style[i],
aElement.style.getPropertyValue(aElement.style[i]),
"important"
);
}
//aElement.append(tip);
//console.log(aElement)
//console.log(aElements)
return aElement;
}
function generateTorrentUrl(node) {
// TODO generate link else-if onclick
// 404 https://bookshelf.theanarchistlibrary.org/library/librarian-previous-announcements-en#toc1
href = node.querySelector("*[id*=bittorrent]").href;
let url = new URL(href);
name = url.searchParams.get("dn");
if (!name) {name = document.title};
//xt = url.searchParams.get("xt");
let hash = url.searchParams.get("xt").slice(9);
//if (ha.length === 40 && xt.startsWith("urn:btih"))
if (hash.length === 40 || hash.length === 32) {
if (hash.length === 32) {
hash = convertBase32IntoHashSHA1Sum(hash);
}
let links = [
"https://watercache.libertycorp.org/get/" + hash + "/" + name,
"https://itorrents.org/torrent/" + hash + ".torrent?title=" + name,
"https://firecache.libertycorp.org/get/" + hash + "/" + name,
"http://fcache63sakpihd44kxdduy6kgpdhgejgp323wci435zwy6kiylcnfad.onion/get/" + hash + "/" + name,
];
return links[1];
//return links[Math.floor(Math.random()*links.length)];
}
}
// Torrent V1
// TODO handle compressed sha1 http://www.debath.co.uk/MakeAKey.html
// TODO convert base32 to hash
// 32/40 https://linuxtracker.org/?page=torrent-details&id=173a0f61ef92b158547937fa0c01e9dc704779f9
function convertBase32IntoHashSHA1Sum(hash) {
// Input your Base32 hash
let base32_hash = hash;
// Add missing padding
base32_hash = base32_hash + "=".repeat((8 - base32_hash.length % 8) % 8);
// Lowercase and convert to binary
const alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567";
let bits = "";
for(let i = 0; i < base32_hash.length; i++) {
const value = alphabet.indexOf(base32_hash[i]);
bits += value.toString(2).padStart(5, "0");
}
// Convert bits to bytes
const byteCount = bits.length / 8;
const byteArray = new Uint8Array(byteCount);
for(let i = 0; i < byteCount; i++) {
byteArray[i] = parseInt(bits.substr(i * 8, 8), 2);
}
// Convert binary hash into a hexadecimal string
let hex_hash = "";
for(let i = 0; i < byteArray.byteLength; i++) {
hex_hash += ("0" + byteArray[i].toString(16)).substr(-2);
}
return hex_hash;
}
function closeButton(barElement) {
let spanElement = document.createElement("span");
spanElement.textContent = "X";
spanElement.style.all = "unset";
spanElement.style.color = "#eee";
spanElement.style.font = "caption";
spanElement.style.fontFamily = "system-ui";
spanElement.style.fontSize = "15px"; // 13px
spanElement.style.fontVariantCaps = "all-small-caps";
spanElement.style.textDecoration = "none";
spanElement.style.fontWeight = "bold";
spanElement.style.padding = "3px 9px 3px 9px";
//spanElement.style.margin = "0 9px 0 9px";
spanElement.style.background = "black";
spanElement.style.borderBottomLeftRadius = "9px";
spanElement.style.borderBottomRightRadius = "9px";
//spanElement.style.forEach (style => style + "!important");
for (let i = 0; i < spanElement.style.length; i++) {
spanElement.style.setProperty(
spanElement.style[i],
spanElement.style.getPropertyValue(spanElement.style[i]),
"important"
);
}
spanElement.onclick = () => { barElement.remove(); }
return spanElement;
}