This script provides an alternative to browser extensions for automatically refreshing a webpage . Unlike extensions, this script stops refreshing once the page loads successfully, preventing unnecessary refreshes.
Features:
- Wait for a random time between 1 and 10 seconds before retrying
- Alert sound upon successful page load to notify you.
- Stops refreshing automatically after successful page load.
Requirements:
- Firefox web browser
- Python 3
Setup:
- Clone the repository:
git clone https://github.com/chouaibcher/AutomaticRefresh.git- Install dependencies:
pip install -r requirements.txt- Run the script:
python main.pyBy CHERIBET CHERIF Chouaib