Skip to content

A Tampermonkey/Greasemonkey script that filters out Buyers requests on Fiverr with specified keywords.

Notifications You must be signed in to change notification settings

umar14/Fiverr_BuyersRequest_Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Fiverr_BuyersRequest_Filter

Tampermonkey/Greasemonkey scripts for Sellers. You need to have Tampermonkey-Chrome or Greasemonkey-Firefox installed to be able to use these scripts.

script_filter.js filters out Buyers requests on Fiverr with specified keywords.
script_name.js modifies the Send Request button and replaces it with the Buyer's name.

Replace the following line-7 in both scripts with your Fiverr username:
// @match https://www.fiverr.com/users/<YOUR_FIVERR_USERNAME>/requests

Replace the following line-18 in script_filter.js with your own set of filter keywords:
var re = new RegExp(/linux|bash|ssh|ssl|scraping|selenium|arduino|esp8266|raspberry|vps|server|python/, "i");

About

A Tampermonkey/Greasemonkey script that filters out Buyers requests on Fiverr with specified keywords.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published