Skip to content

Instantly share code, notes, and snippets.

@tablacus
Created December 26, 2021 12:36
Show Gist options
  • Select an option

  • Save tablacus/fd613e3bfb9ae1d42f74b5ecc751f1ab to your computer and use it in GitHub Desktop.

Select an option

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