Preset library
Ready-made rules for the extension's blocklist — beyond the five bundled ones. Copied into your extension by you; never pushed by this site.
How to add one
- Click Copy preset code on a card below.
- In the extension, open Settings → Custom rules → Import preset.
- Paste, and the extension shows what it recognized before you add it.
The clipboard is the whole transport, by design: this site has no channel into the extension, and the extension re-validates every pasted code with the same safety lint as a hand-typed rule. An imported preset becomes an ordinary custom rule — editable, deletable, local. If a preset's pattern is later improved here, re-importing it updates your copy in place.
The presets
Twilio Account SID
Account identifier for the Twilio API — AC followed by 32 hex characters.
SendGrid API key
Mail-sending credential — SG. followed by two base64url segments.
npm access token
Registry credential — npm_ followed by 36 alphanumerics.
Databricks personal access token
Workspace credential — dapi followed by 32 hex characters.
Azure storage account key
88-character base64 account key ending in == — grants full storage access.
Slack incoming-webhook URL
Anyone holding this URL can post into the channel. Distinct from Slack xox… tokens, which the extension already detects.
US DEA registration number
Prescriber/dispenser registration — two letters (registrant type, then initial) and seven digits.
US Medicare Beneficiary Identifier
The MBI on every US Medicare card — 11 characters in a rigid letter/digit alternation (no S, L, O, I, B, Z), with or without dashes.
Contribute one
The library is code-reviewed data in the open repo — no uploads, no accounts. A preset must not duplicate a shipped detector or another preset, and it must be high-precision: anchored on a high-signal prefix or rigid format, never firing on prose, dates or ordinary reference numbers. Open a pull request against web/lib/presets.ts — CI enforces the policy.