An open API service indexing awesome lists of open source software.

https://github.com/youssofkhawaja/liu-login-fix

Custom extension to fix and enhance the university login form at Liu University since they never fixed it
https://github.com/youssofkhawaja/liu-login-fix

Last synced: 10 months ago
JSON representation

Custom extension to fix and enhance the university login form at Liu University since they never fixed it

Awesome Lists containing this project

README

          

# LiuLoginFix

## Description
Custom extension to fix and enhance the university login form at [Liu University](https://liu.edu.lb/). Implements localStorage functionality for the 'Remember me' feature and automatic login.

## Features
- Autofill credentials from localStorage
- 'Remember me' checkbox functionality
- Form submission handling

## Adding the Extension to Chrome

### Step-by-Step Guide

1. **Navigate to the Extension Management Page**
- Open Chrome and go to `chrome://extensions/`.

2. **Enable Developer Mode**
- Toggle the switch at the top right to enable Developer Mode.

3. **Load Unpacked Extension**
- Click the "Load unpacked" button.
- Select the directory where `liu.js` and other files are located. This will load your extension into Chrome.

## Usage
1. Clone the repository:
```bash
git clone https://github.com/YoussofKhawaja/liu-login-fix