Skip to content

Instantly share code, notes, and snippets.

@tablacus
Created December 26, 2021 12:36
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 tablacus/fd613e3bfb9ae1d42f74b5ecc751f1ab to your computer and use it in GitHub Desktop.
Save tablacus/fd613e3bfb9ae1d42f74b5ecc751f1ab to your computer and use it in GitHub Desktop.
Switch add-ons after 500ms - Tablacus Explorer
setTimeout(function () {
Exec(te, ["cmigemo,0", "filterlist,1"].join("\n"), "Addon switcher");
}, 500);
@tablacus
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment