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
- Host: GitHub
- URL: https://github.com/youssofkhawaja/liu-login-fix
- Owner: YoussofKhawaja
- License: mit
- Created: 2024-06-15T15:19:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T15:53:42.000Z (about 2 years ago)
- Last Synced: 2025-02-12T10:54:16.762Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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