metasmoke bookmarklets

Here are some browser bookmarklets for metasmoke.

If you are a Charcoal member, see https://stackoverflow.com/c/charcoal/questions/880 for a brief background.

I used a simple bookmarklet maker and my rudimentary Javascript skills. Feedback and improvements welcome.

In very brief, you'd copy these to your bookmarks (or just bookmark this page, and fetch them from here when you need them), and click one to run it.

Perhaps instead, or as well, you would like to make these avaiable as search shortcuts in your browser. Here are a few I created recently, which are somewhat more convenient in that I can just type e.g. msd example.com in the browser location bar.

metasmoke: any (title + body + user name)
shortcut: msa
url: https://metasmoke.erwaysoftware.com/search?utf8=%E2%9C%93&title_is_regex=1&title=%s&body_is_regex=1&body=%s&username_is_regex=1&username=%s&or_search=1
metasmoke: title
shortcut: mst
url: https://metasmoke.erwaysoftware.com/search?utf8=%E2%9C%93&title_is_regex=1&title=%s
metasmoke: body
shorcut: msb
url: https://metasmoke.erwaysoftware.com/search?utf8=%E2%9C%93&body_is_regex=1&body=%s
metasmoke: user name
shortcut: msu
url: https://metasmoke.erwaysoftware.com/search?utf8=%E2%9C%93&username_is_regex=1&username=%s
metasmoke: why
shortcut: msw
url: https://metasmoke.erwaysoftware.com/search?utf8=%E2%9C%93&why_is_regex=1&why=%s
metasmoke: domain
shortcut: msd
url: https://metasmoke.erwaysoftware.com/domains?utf8=%E2%9C%93&filter=%s

Github source: https://github.com/tripleee/ms-bookmarklets

License: CC0