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

https://github.com/adeelh/tampermokey-lms-refresh

TamperMonkey/GreaseMonkey script to prevent the session timeout on IBA LMS portal
https://github.com/adeelh/tampermokey-lms-refresh

iba iba-lms-portal tampermonkey tampermonkey-userscript

Last synced: about 1 month ago
JSON representation

TamperMonkey/GreaseMonkey script to prevent the session timeout on IBA LMS portal

Awesome Lists containing this project

README

          

# tampermokey-lms-refresh

A TamperMonkey/GreaseMonkey script to prevent the session from expiring on IBA LMS portal.

Affected sites:
- http://lms.iba.edu.pk
- http://lms2.iba.edu.pk

## How it works

By default, the LMS repeatedly queries the server to get the lastAccessedTime and then compares it with the current time to see if the difference is greater than 20 minutes.

This script makes an AJAX request to the server every minute, which keeps the lastAccessedTime fresh and the difference never reaches 20 minutes.