Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.35 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.35 KB

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.