diff --git a/background.js b/background.js index fcfdc74..0047b78 100644 --- a/background.js +++ b/background.js @@ -242,15 +242,15 @@ function themeWindow(window) { function gotAllThemes(infoArray) { for (const info of infoArray) { - if (info.type === "theme") { + if (info.type === 'theme') { if (info.enabled) { - console.log("(theme) found enabled theme in list", info.id); + console.log('(theme) found enabled theme in list', info.id); async function resetEnabled(disabled) { - console.log("(theme) disabled theme temporarily", info.id); + console.log('(theme) disabled theme temporarily', info.id); function logReset(prom) { - console.log("(theme) re-enabled:", info.id); + console.log('(theme) re-enabled:', info.id); } function sleep(ms) { @@ -527,4 +527,4 @@ if (browser.windows != undefined) { console.log("windows unavailable on android", browser.runtime.PlatformOs); browser.windows.onRemoved.addListener(onClosedWindowCheck); browser.windows.onCreated.addListener(onOpenedWindowCheck); -} \ No newline at end of file +} diff --git a/content.js b/content.js index 1ad6ab1..db9d09e 100644 --- a/content.js +++ b/content.js @@ -98,4 +98,4 @@ fetch("http://127.0.0.1:7657/jsonrpc/") .catch((error) => { var toopieLinks = document.querySelectorAll(".window-visit-toopie"); hide(toopieLinks); - }); \ No newline at end of file + }); diff --git a/context.js b/context.js index 1c5bbdf..0f1d624 100644 --- a/context.js +++ b/context.js @@ -71,4 +71,4 @@ if (browser.contextualIdentities === undefined) { div.appendChild(row); } }); -} \ No newline at end of file +} diff --git a/home.css b/home.css index 2a74b7e..efaf61d 100644 --- a/home.css +++ b/home.css @@ -8,7 +8,7 @@ html { padding: 0 20px; min-height: 100%; background: #9ab; - background: #FFFFFF; + background: #fff; scrollbar-color: #bcd #789 } @@ -17,7 +17,7 @@ body { padding: 20px 40px; font-family: Open Sans, Noto Sans, Segoe UI, sans-serif; font-size: 12pt; - color: #FFFFFF; + color: #fff; text-decoration: none; word-wrap: break-word; background: #f2f2f2 @@ -73,10 +73,10 @@ li { padding: 12px 15px 15px 20px; width: calc(100% - 40px); text-align: justify; - border: 1px solid #363A68; + border: 1px solid #363a68; border-radius: 25px; - box-shadow: inset 0 0 0 1px #363A68; - background: #4456B7 + box-shadow: inset 0 0 0 1px #363a68; + background: #4456b7 } li li { @@ -114,7 +114,7 @@ ul+h3 { a, button { - color: #F9F7DC; + color: #f9f7dc; text-decoration: none; font-weight: 700; word-wrap: break-word; @@ -122,7 +122,7 @@ button { } .applicationDesc { - color: #FFFFFF; + color: #fff; text-decoration: none; font-weight: 700; word-wrap: break-word; @@ -131,7 +131,7 @@ button { a:hover, button:hover { - color: #FF9E7A; + color: #ff9e7a; text-decoration: none; font-weight: 700; word-wrap: break-word; @@ -141,11 +141,12 @@ button:hover { button { border: none; cursor: pointer; - color: #FFFFFF; + color: #fff; text-decoration: none; font-weight: 700; word-wrap: break-word; - outline: 0 + outline: 0; + background: unset } .background {} @@ -156,9 +157,9 @@ button { min-height: 3rem; min-width: 95%; display: inline-block; - border: 1px solid #363A68; + border: 1px solid #363a68; border-radius: 25px; - background: #363A68 + background: #363a68 } #header, @@ -171,10 +172,10 @@ button { min-height: 3rem; min-width: 95%; display: inline-block; - border: 1px solid #787FF6; + border: 1px solid #787ff6; border-radius: 25px; - box-shadow: inset 0 0 0 1px #787FF6, 0 0 1px #ccc; - background: #363A68; + box-shadow: inset 0 0 0 1px #787ff6, 0 0 1px #ccc; + background: #363a68 } .showhider { @@ -184,7 +185,7 @@ button { background: none!important; border: none; width: 90%; - color: #FFFFFF; + color: #fff; text-decoration: none; font-weight: 700; word-wrap: break-word; @@ -219,9 +220,9 @@ button { width: 42%; min-width: 42%; font-size: 2rem; - background: #4456B7; + background: #4456b7; text-align: center!important; - border: 2px solid #787FF6; + border: 2px solid #787ff6; border-radius: 25px; box-shadow: inset 0 0 0 1px #fff, 0 0 1px #ccc } @@ -231,7 +232,7 @@ button { padding-bottom: 1rem; width: 50%; min-width: 50%; - display: inline-block; + display: inline-block } #linksExplain { @@ -239,7 +240,7 @@ button { padding: .5rem; margin: .5rem; width: 100%; - min-width: 100%; + min-width: 100% } #applicationExplain, @@ -259,12 +260,12 @@ button { width: 38%; min-width: 38%; display: inline-block; - background: #363A68; + background: #363a68; float: right; text-align: center!important; - border: 2px solid #787FF6; + border: 2px solid #787ff6; border-radius: 25px; - box-shadow: inset 0 0 0 1px #fff, 0 0 1px #ccc; + box-shadow: inset 0 0 0 1px #fff, 0 0 1px #ccc } #proxyUnready { @@ -274,11 +275,11 @@ button { width: 38%; min-width: 38%; display: inline-block; - background: #363A68; + background: #363a68; float: right; text-align: center!important; - border: 2px solid #787FF6; - border-radius: 25px; + border: 2px solid #787ff6; + border-radius: 25px } #consoleOn { diff --git a/home.js b/home.js index 2631ac2..3afff26 100644 --- a/home.js +++ b/home.js @@ -24,4 +24,4 @@ function flipVisibility(div) { } else { flippable.style.display = 'none'; } -} \ No newline at end of file +} diff --git a/i2pcontrol/i2pcontrol.js b/i2pcontrol/i2pcontrol.js index 401c84c..cc6bd3d 100644 --- a/i2pcontrol/i2pcontrol.js +++ b/i2pcontrol/i2pcontrol.js @@ -399,7 +399,7 @@ if (browser.windows != undefined) { } var done = Echo(hello); - done.then(Done).catch(Done); + done.then(Done).catch (Done); function Done(output) { function hide(elements) { @@ -430,4 +430,4 @@ if (browser.windows != undefined) { } return output; } -} \ No newline at end of file +} diff --git a/index.html b/index.html index e065ae6..4028b68 100644 --- a/index.html +++ b/index.html @@ -1,574 +1,292 @@ + - - - I2P in Private B... - - - - - - - - - + + I2P in Private B... + + + + + + + +
-
+
-

The Invisible Internet Browser

-
+

The Invisible Internet Browser

@@ -105,7 +104,7 @@
-
+

Torrent Downloads