Are you constantly checking your Fiverr gig management page for new orders or messages, but frustrated with having to manually refresh the page every few minutes? Our simple JavaScript code automates the process for you, opening your gig management page in an iframe and automatically refreshing it at your desired interval. Say goodbye to tedious manual refreshing and hello to 24/7 productivity with our Fiverr AutoRefresh tool!
To use this code, simply copy and paste it into your web browser console while on the Fiverr gig management page.
- Copy the code in
fiverrOnline.js
to your clipboard. - Go to your Fiverr seller dashboard.
- Open the browser console (usually by pressing F12).
- Paste the code into the console and press Enter.
The code will create an iframe that loads your seller dashboard and reloads it at the specified interval. You can minimize the iframe by clicking the "Minimize" button. To restore the iframe, click the "Expand" button.
You can customize the interval and URL by changing the values in the first line of the code:
const interval_min = 7; // Reload wait time value
const url = "https://www.fiverr.com/users/username/manage_gigs"; // URL of page
Please note that this code is provided as is, and is intended for personal use only. Use it at your own risk.