brave/brave-browser

Custom Scriptlets / Developer mode should have buttons to re-order the list of Scriptlets

Open

#43,106 opened on Jan 5, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (16,194 stars) (2,164 forks)batch import
OS/Desktopfeature-requestfeature/dev-toolsfeature/shields/adblock/custom-scriptletsgood first issuepriority/P5

Description

Platforms

all

Description

Currently, when you add a custom Scriptlets, they will be saved in the order when they get added.

It would be nice to be able to re-order the list when the list of Scriptlets gets larger, to accomodate the human logic and brain, because sometimes you add a Scriptlet, but in the future you might add more scriptlets targeting specific priorities or domains or types, so just being able to move them around without having to take the time and manually cut and paste the Scriptlets to re-arrange them, should be good.

Since the Custom Scriptlets were implemented with LevelDB, that means it is not possible to open the DB in an easy to use 3rd party program, and edit it to easily move things around, like a JSON or SQLite DB would be.

Contributor guide