Facebook :: Filter Artist, Band or Public Figure Searches

Automatically removes search results whose categories match a blacklist or do not match a whitelist, specified below in userscript.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
newstarshipsmell
Daily installs
0
Total installs
25
Ratings
0 0 0
Version
1.1
Created
2019-01-27
Updated
2019-01-28
Size
2.55 KB
License
N/A
Applies to

Intended to make it easier to look up less prominent musicians/bands on Facebook.

Automatically removes search results whose categories do not match a whitelist (or which instead match a blacklist), specified below in userscript. By default the script will use the whitelist, and the lists include these categories:

whitelist:

  • Artist
  • Band
  • Musician
  • Musician/Band
  • Performing Arts

blacklist:

  • Arts & Entertainment
  • Athlete
  • Author
  • Blogger
  • Book
  • Comedian
  • Dancer
  • Entrepreneur
  • Fictional Character
  • Movie Character
  • News Personality
  • Photographer
  • Producer
  • Professional Gamer
  • Public Figure
  • Sports & Recreation
  • Ticket Sales
  • Writer

These lists are not comprehensive; edit the script to change the whitelist/blacklist contents to whatever you wish. Indicate which list should be used by specifying its variable name in the assignment operation for the listToUse variable declaration/assignment on line 14 (e.g. var listToUse = 'blacklist'; if you want to remove results which match the blacklist, instead of removing results which do not match the whitelist.)