Skip to content

Instantly share code, notes, and snippets.

@shsw228
Created October 6, 2022 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shsw228/0d65e902ff44eb60c1c205023d291570 to your computer and use it in GitHub Desktop.
Save shsw228/0d65e902ff44eb60c1c205023d291570 to your computer and use it in GitHub Desktop.
For d-AnimeStore finicky config
// ~/.finicky.js
module.exports = {
defaultBrowser: "Safari",
handlers: [
{
match: [
"animestore.docomo.ne.jp/*"
],
browser: "Google Chrome"
}
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment