2019-03-13 17:50:51 -04:00
<!DOCTYPE html>
< html >
2020-01-12 01:18:26 -05:00
< head >
2019-03-13 17:50:51 -04:00
< meta charset = "utf-8" >
2020-01-12 01:18:26 -05:00
< link href = "search.css" rel = "stylesheet" >
< link href = "home.css" rel = "stylesheet" >
2020-01-25 00:06:28 -05:00
< link href = "info.css" rel = "stylesheet" > <!-- <link href="torrent/popup.css" rel="stylesheet"> -->
2020-01-12 01:18:26 -05:00
< title >
< / title >
< / head >
< body >
2020-01-14 17:46:26 -05:00
< div class = "section-header panel-section panel-section-header" id = "topbar" >
<!-- <div class="text - section - header" id="text - section - header"> -->
2020-09-15 20:10:34 -04:00
< a href = "#" id = "browser-action" > < img class = "tabicon" height = "32px" src = "icons/browse.png" width = "32px" > Browse< / a > < a href = "#" id = "torrent-action" > < img class = "tabicon" height = "32px" src = "icons/torrents.png" width = "32px" > Download< / a > <!-- </div> -->
2020-01-14 17:46:26 -05:00
< / div >
2020-01-14 18:18:13 -05:00
2020-01-14 17:46:26 -05:00
< div id = "browserpanel" >
2020-01-14 18:18:13 -05:00
< div class = "panel" >
2020-01-25 00:50:46 -05:00
< div class = "section-header panel-section panel-section-header" id = "headline" >
2020-10-30 23:50:23 -04:00
< div class = "text-section-header" >
2020-01-22 21:18:11 -05:00
< h1 id = "text-section-header" > The Invisible Internet Browser< / h1 >
2020-01-14 18:18:13 -05:00
< / div >
< / div >
2020-01-25 01:06:50 -05:00
2020-01-25 00:50:46 -05:00
< div class = "search-info" >
2020-01-25 01:06:50 -05:00
< div id = "i2pbrowser-version" >
< / div >
2020-01-15 00:44:51 -05:00
2020-01-25 01:06:50 -05:00
< div class = "topnav" >
2020-02-25 17:26:01 -05:00
< a class = "applicationName window-visit-homepage" href = "#" id = "window-visit-homepage" target = "_blank" > Home Page< / a >
< form action = "http://yacy.idk.i2p/yacysearch.html?" method = "get" >
< input id = "search-query" name = "query" placeholder = "Search on yacy.idk.i2p(Opens a new tab)" type = "search" > < input id = "search-submit" text = "Submit" type = "submit" >
< / form >
2020-01-25 01:06:50 -05:00
< / div >
2020-01-12 01:18:26 -05:00
2020-01-25 01:06:50 -05:00
< div class = "hideIfI2PProxyOff" id = "readyness" >
< img class = "readyness" src = "http://proxy.i2p/themes/console/images/local_up.png" > < span id = "proxy-check" > Proxy is ready.< / span >
< / div >
2020-01-14 19:04:58 -05:00
2020-01-25 01:06:50 -05:00
< div id = "i2pbrowser-description" >
< p id = "description" > You are now able to use I2P in this browser.< / p >
< / div >
2020-01-15 00:44:51 -05:00
< / div >
2019-03-13 19:38:34 -04:00
2020-01-15 00:44:51 -05:00
< div class = "browser-info" >
< p class = "hideIfI2PConsoleOff" >
< / p >
2020-01-12 01:18:26 -05:00
2020-01-15 00:44:51 -05:00
< h3 id = "controlHeader" > Controls< / h3 >
2020-01-12 01:18:26 -05:00
2020-01-15 00:44:51 -05:00
< p id = "controlExplain" > These controls are used to tailor your I2P Browsing Experience< / p >
2019-03-13 17:50:51 -04:00
2020-01-15 00:44:51 -05:00
< ul >
2020-06-22 21:27:22 -04:00
<!-- <li class="application">
2020-01-15 00:44:51 -05:00
< a href = "#" id = "clear-browser-data" > Clear Browsing Data:< / a > < span class = "applicationDesc" id = "clear-desc" > Use this to erase your browsing data.< / span >
< / li >
2020-01-12 01:18:26 -05:00
2020-06-22 21:27:22 -04:00
< li class = "application" > < input id = "enable-web-rtc" name = "enablewebrtc" type = "checkbox" value = "webrtc" > < label for = "enable-web-rtc" > Enable WebRTC < strong > with Proxy?< / strong > < / label > < span class = "applicationDesc" id = "rtcDesc" > WebRTC is disabled by default, but can be enabled by checking this box.< / span > < / li > -->
2020-01-12 01:18:26 -05:00
2020-01-15 00:44:51 -05:00
< li class = "application" >
< div class = "panel-section-separator" >
< / div >
2020-01-12 01:18:26 -05:00
2020-01-15 00:44:51 -05:00
< div class = "panel-section-identity" >
< div id = "identity-list" >
< / div >
2020-01-14 19:46:00 -05:00
< / div >
2020-01-15 00:44:51 -05:00
< / li >
2020-01-12 01:18:26 -05:00
2020-01-15 00:44:51 -05:00
< li class = "application" > < input id = "disable-history" name = "disablehistory" type = "checkbox" value = "history" > < label for = "disable-history" > Disable History in I2P Tabs< / label > < span class = "applicationDesc" id = "histDesc" > History is automatically cleared when your I2P tabs are closed. If you want to clear history as you go, check this box.< / span > < / li >
< / ul >
< / div >
2020-10-30 23:50:23 -04:00
<!-- <div class="panel - section - separator">
< / div > -->
2020-01-12 01:18:26 -05:00
2020-01-15 00:44:51 -05:00
< div class = "application-info" >
< p class = "hideIfI2PConsoleOff" >
< / p >
2020-01-12 01:18:26 -05:00
2020-01-15 00:44:51 -05:00
< h3 id = "applicationHeader" > Applications< / h3 >
2020-01-12 01:18:26 -05:00
2020-01-15 00:44:51 -05:00
< p id = "applicationExplain" > These applications use I2P to provide them with security and privacy.< / p >
2020-01-12 01:18:26 -05:00
2020-01-15 00:44:51 -05:00
< ul >
< li class = "application" > < button class = "applicationName window-visit-homepage" href = "#" id = "window-visit-index" target = "_blank" > Help Page< / button > < span class = "applicationDesc" id = "abouthome" > For more information about this extension, go here:< / span > < / li >
2020-01-12 01:18:26 -05:00
2020-01-15 00:44:51 -05:00
< li class = "application" > < button class = "applicationName window-visit-toopie" href = "#" id = "window-visit-toopie" target = "_blank" > Toopie< / button > < span class = "applicationDesc" id = "toopie" > For information about your I2P router status, go here:< / span > < / li >
2020-01-12 18:01:25 -05:00
2020-01-15 00:44:51 -05:00
< li class = "application" > < button class = "applicationName" id = "window-visit-i2ptunnel" target = "_blank" > Hidden Services Manager< / button > < span class = "applicationDesc" id = "i2ptunnel" > I2P has a web-based interface for configuring .i2p services like web sites, to set up your own web sites, go here:< / span > < / li >
2020-01-12 01:18:26 -05:00
2020-01-15 00:44:51 -05:00
< li class = "application" > < button class = "applicationName" id = "window-visit-susimail" target = "_blank" > E-Mail< / button > < span class = "applicationDesc" id = "susimail" > I2P also bundles a webmail client which can be used to access in-I2P e-mail. To use it, go here:< / span > < / li >
2020-01-12 01:18:26 -05:00
2020-01-15 00:44:51 -05:00
< li class = "application" > < button class = "applicationName" id = "window-visit-snark" target = "_blank" > BitTorrent< / button > < span class = "applicationDesc" id = "snark" > I2P is capable of anonymous Peer-to-Peer file sharing, to use the built-in bittorrent client go here:< / span > < / li >
< / ul >
< / div >
2020-01-25 00:06:28 -05:00
< / div >
< / div >
2020-01-14 18:18:13 -05:00
2020-10-30 21:31:36 -04:00
< br >
2020-10-30 20:08:11 -04:00
2020-10-30 21:31:36 -04:00
< div id = "torrentpanel" >
2020-01-25 00:06:28 -05:00
< div class = "panel" id = "torrentstatus" >
< div class = "section-header panel-section panel-section-header" >
< div class = "text-section-header" id = "text-section-torrents-header" >
2020-10-30 20:08:11 -04:00
< h1 > Torrent Downloads< / h1 >
2020-01-25 00:06:28 -05:00
< / div >
< / div >
2020-10-30 20:08:11 -04:00
< div id = "config-pane" >
2020-01-25 00:06:28 -05:00
< strong > Torrent RPC Configuration< / strong >
< br >
The server address is not set yet.
< br >
< a class = "config-opener" href = "#" > Open the settings< / a > to continue.
< / div >
2020-10-30 20:08:11 -04:00
< div id = "torrents-pane" >
2020-01-25 00:06:28 -05:00
< header >
< h1 > Torrent Controls< / h1 >
2020-09-15 20:34:58 -04:00
< a class = "webui-opener" href = "#" target = "_blank" > < img alt = "Open Web UI" src = "images/i2plogo.png" > < / a > <!-- <a class="config - opener" href="#">
2020-09-15 20:36:19 -04:00
< img alt = "Settings" src = "images/gear.svg" > < / a >
2020-01-25 00:06:28 -05:00
< a class = "info-opener" href = "https://github.com/myfreeweb/transmitter" target = "_blank" >
2020-09-15 20:36:19 -04:00
< img alt = "Extension Info" src = "images/info.svg" > < / a > -->
2020-01-25 00:06:28 -05:00
< / header >
< input id = "torrents-search" placeholder = "Search…" type = "search" >
< template id = "torrents-tpl" >
< ul >
< li >
< div class = "torrent-head" >
< div class = "torrent-name" >
< / div >
< div class = "torrent-speeds" >
< / div >
< / div >
< progress class = "torrent-progress" max = "100" > < / progress >
< / li >
< / ul >
< / template >
< ul id = "torrents-list" >
< / ul >
2020-01-14 19:46:00 -05:00
2020-01-25 00:06:28 -05:00
< div id = "torrents-error" >
2020-01-14 19:04:58 -05:00
< / div >
< / div >
< / div >
2020-01-14 18:11:41 -05:00
< / div >
2020-01-25 01:53:53 -05:00
< script src = "context.js" > < / script >
< script src = "privacy.js" > < / script >
< script src = "i2pcontrol/i2pcontrol.js" > < / script >
< script src = "info.js" > < / script >
2020-01-25 02:06:45 -05:00
< script crossorigin = "anonymous" src = "content.js" > < / script >
2020-02-25 19:37:43 -05:00
< script src = "torrent/popup.js" > < / script >
< script src = "torrent/common.js" > < / script >
2020-01-12 01:18:26 -05:00
< / body >
2019-03-13 17:50:51 -04:00
< / html >