Skip to content

builderpepc/BDSearchFilters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BDSearchFilters

Extra search filters for BetterDiscord. The filters are client side, so you might see pages of blank results if your filters eliminate all the results for the page.

⚠️ This plugin is heavily WIP, and I am not very experienced. Contributions or suggestions are welcome.

Makes use of ZeresPluginLibrary.

How it works

When you use Discord's search, an API request is sent with the normal filters you applied, and the results are returned and displayed. Then, the filters from this plugin are applied to the results shown on the page. Discord's API servers do not support the filters this plugin applies. This means, unfortunately, that it's impossible to condense all the filtered results into fewer pages.

In theory, it could be done if you fetched all the results at once, but that would be very slow and would definitely get your account locked.

Features

  • Filter bot/user messages
  • Exclude specific users
  • Exclude specific channels
  • String literal searching
  • String literal exclusion
  • Regex searching
  • Regex exclusion

Installation

Install like any other BetterDiscord plugin. Download bdsearchfilters.plugin.js and put it in your BetterDiscord plugins folder.

For now, BDSearchFilters is not available on BetterDiscord's plugin listing.

Disclaimer

It is against Discord's Terms of Service to use BetterDiscord and other client modifications. By installing, using, or distributing this software you acknowledge and understand that it is your sole responsibility if something happens to your account and that the contributors of this software are not at fault.

About

Extra search filters for BetterDiscord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published