From 89b35f0778b6bc45a91d81d9e41316b41f6828ac Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 14 Jun 2025 12:37:15 -0700 Subject: Add simple finicky config --- dots/finicky/.finicky.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dots/finicky/.finicky.js (limited to 'dots/finicky/.finicky.js') diff --git a/dots/finicky/.finicky.js b/dots/finicky/.finicky.js new file mode 100644 index 0000000..34c8def --- /dev/null +++ b/dots/finicky/.finicky.js @@ -0,0 +1,18 @@ +export default { + defaultBrowser: "LibreWolf", + rewrite: [ + { + match: "x.com/*", + url: (url) => { + url.host = "xcancel.com"; + return url; + }, + }, + ], + handlers: [ + { + match: "bsky.app/*", + browser: "LirbeWolf", + } + ], +}; -- cgit v1.2.3-70-g09d2