userscripts icon indicating copy to clipboard operation
userscripts copied to clipboard

New `declarativeNetRequest` (DNR) feature design

Open ACTCD opened this issue 9 months ago • 0 comments

The current @run-at request is an undocumented design.

It is mainly recorded in:

  • https://github.com/quoid/userscripts/issues/184#issuecomment-1091038484
  • https://github.com/quoid/userscripts/issues/238

We should design the feature better and provide some methods for users to use more easily.

Also, if we want to preserve the file format, maybe consider using .dnr.js or .dnr.json to qualify.

ACTCD avatar May 21 '25 13:05 ACTCD