Skip to content
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 645 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 645 Bytes

Auto Login

A userscript that automatically logins to the sites you have configured under about:blank#auto_login

Installing

You can fetch the latest release from the releases tab. Installation requires GreaseMonkey and opening the *.user.js file in your browser.

Building

Install node (for dealing with JavaScript)

apt install node

Install package dependencies

node install

Build es6 to es5

gulp

The compiled JavaScript can then be found under out/main.user.js

To automatically build upon file changes in the src directory run

gulp watch