Coder Social home page Coder Social logo

i2p / i2pbutton Goto Github PK

View Code? Open in Web Editor NEW
14.0 7.0 8.0 263 KB

A browser plugin for the official I2P Browser

License: MIT License

Shell 0.32% Python 0.18% JavaScript 91.42% HTML 4.34% CSS 3.74%
i2p i2p-browser anonymity privacy browser-extension browser

i2pbutton's Introduction

I2Pbutton

I2PButton is an XUL plugin which we incorporate into the I2P Browser in order to enable I2P-specific features and improve the user experience of the I2P Browser. It can only be used in I2P Browser where it is specifically enabled, but developers can build the plugin from source and side-load it to test their changes.

Development howto

You can build and update i2pbutton without the need of recompiling I2P browser for most tasks.

To do this build it and copy it into your data directory. Note that these examples assume that you only have one version of the .xpi file in the pkg/ directory where the finished product is built.

OSX

On OSX, you will have an I2P Browser Data directory under ~/I2PBrowser-Data and you can swap the plugin by copying it over the plugin in your working profile, like in the following example:

./makexpi.sh
cp pkg/i2pbutton-*.xpi  ~/I2PBrowser-Data/Browser/914o5i1s.default/extensions/[email protected]

Linux

Although the browser on Linux can be run from any location available to the user, it was probably downloaded and extracted to your ~/Downloads/ directory. If that is the case, then you may simply:

./makexpi.sh
find $HOME/Downloads/i2p-browser_en-US/ -name 'i2pbutton*.xpi' -exec cp -v {} i2pbutton.xpi.bak \;
find $HOME/Downloads/i2p-browser_en-US/ -name 'i2pbutton*.xpi' -exec cp -v pkg/i2pbutton-*.xpi {} \;

to automatically replace the I2PButton in your I2P browser with your working copy. If you want to reverse this process, then:

find $HOME/Downloads/i2p-browser_en-US/ -name 'i2pbutton*.xpi' -exec cp -v i2pbutton.xpi.bak {} \;

Windows

On Windows, your browser is usually installed to your Desktop where it's configuration can be accessed. Your profile will be in the following directory under, along with a default profile called "profile.default." You should usually use the working profile directory and not the default.

To test local changes, you need to copy the pkg/i2pbutton-*.xpi over the [email protected]

Desktop\I2P Browser Beta\Browser\I2PBrowser\Data\Browser\%profile_directory%\extensions\

i2pbutton's People

Contributors

eyedeekay avatar mikalv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

i2pbutton's Issues

I2P Browser password saving issue(not sure)

Hello
I've set the browser not to save passwords in preference settings and also in about:config
about config password setting i2p browser
I2P password preference settings

However, somehow my password for http://trac.i2p2.i2p/ was saved.
I clicked on login and was logged in
Theres no saved password in the I2P Browser 'saved logins'
Perhaps the issue is trac.i2p2.i2p/ sided?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.