Skip to content

quanticle/lesser2greater

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Lesser2Greater

A simple Firefox/Chrome extension that redirects LessWrong links to GreaterWrong.

To install:

Firefox

  • Download the latest release
  • Launch Firefox
  • Hit Ctrl-O and open the downloaded xpi file

Chrome

Development Setup:

  • Go to the Mozilla Add-ons site
  • Create a new developer account
  • Get an API issuer and a key from the manage API keys UI
  • Set up npm
  • Clone this repo
  • npm install -g web-ext
  • To build a development version of the extension:
    • web-ext build
    • This will create a new directory: web-ext-artifacts, with a zip version of the extension
    • To install the dev version of the add-on:
      • Uninstall lesser2greater, if installed
      • Go to about:debugging#addons
      • Click the Load Temporary Add-on button
      • Load the zip file
  • To build a release version of the extension
    • Run web-ext sign --api-key=$JWT_ISSUER --api-secret=$JWT_SECRET
    • This will create a release version of the extension as an xpi file under web-ext-artifacts
    • Tag a release in Github and upload the release xpi file