-
-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
Description
Would love to see deleted Reddit posts using Unddit, if that fits your extension's ethos...?
https://undelete.pullpush.io/
https://undelete.pullpush.io/{original-url-path}
If too niche, a settings table where one might add their own custom engines may be useful. Perhaps allow to store at least
- Engine name
- Regex to match in original URL
- Replacement string
- string should support syntax to accept capture groups from regex (e.g.
$0$1$2, etc) - string could support pre-cut macros (e.g.
%{URL}%{PATH}%{QUERY}-- use whatever syntax works for you) - if you split replacement string into two fields, e.g. base url and path/query, you could automatically fetch the favicon
- string should support syntax to accept capture groups from regex (e.g.
Reactions are currently unavailable