Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 754 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 754 Bytes

97things

This extension changes your default home page to load any random page on the 97 Things Every Programmer Should Know gitbook.

It's pretty simple and does its job beautifully.

How to Install Temporarily (Ubuntu)

  1. Install npm:
$ sudo apt update
$ sudo apt install npm
  1. Install web-ext:
$ sudo npm install --global web-ext
  1. From the project root folder, run the extension in Mozilla Firefox with:
$ web-ext run

This opens a Firefox window with the extension as a temporary loaded extension.

  1. Open any webpage and click the Beastify action button.

  2. Profit.