Skip to content

Fiverr AutoRefresh keeps your Fiverr account active and online 24/7 by reloading your seller dashboard at regular intervals. The code creates a customizable iframe that can be minimized to save screen space.

License

Notifications You must be signed in to change notification settings

William-Laverty/Fiverr-AutoRefresh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Fiverr AutoRefresh

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!

Usage

To use this code, simply copy and paste it into your web browser console while on the Fiverr gig management page.

  1. Copy the code in fiverrOnline.js to your clipboard.
  2. Go to your Fiverr seller dashboard.
  3. Open the browser console (usually by pressing F12).
  4. 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.

Configuration

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

Note

Please note that this code is provided as is, and is intended for personal use only. Use it at your own risk.

About

Fiverr AutoRefresh keeps your Fiverr account active and online 24/7 by reloading your seller dashboard at regular intervals. The code creates a customizable iframe that can be minimized to save screen space.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published