Skip to content

biplobsd/blc-auto-login

Repository files navigation

BLC auto login

logo

Automatically log in to the BLC website without manually entering your username and password.

Preview

Installation

Edge Add-ons Chrome Web Store
Get YST on Microsoft Edge Get YST on Chrome Web Store

Or get the built zip from the release tab. Then follow the instructions in the Load unpacked extensions section. The /dist folder should be considered as the unpacked zip files.

Usages

To get started, simply click the toggle button to turn it on -
image
then enter your BLC login credentials.
image
And you're all set. From now on, whenever you visit the https://elearn.daffodilvarsity.edu.bd/ page, if you're not already logged in, this extension will automatically input your username and password in the login section and attempt to log you in. If you're already logged in, the extension won't take any action.

Action

Here's what you need to know about the toggle button: if the button is yellow, it means that your account credentials are blank and you won't be able to use the auto-login feature. On the other hand, if the button turns green, it indicates that everything is set up correctly and you can expect the auto-login to work. If you want to disable this feature, simply toggle the button to turn it off.

Development

# install dependencies
npm i

# build files to `/dist` directory
# HMR for extension pages and content scripts
npm run dev

Build

# build files to `/dist` directory
$ npm run build

Load unpacked extensions

Getting Started Tutorial

  1. Open the Extension Management page by navigating to chrome://extensions.
  2. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  3. Click the LOAD UNPACKED button and select the /dist directory.

Example