Created
December 26, 2021 12:36
-
-
Save tablacus/fd613e3bfb9ae1d42f74b5ecc751f1ab to your computer and use it in GitHub Desktop.
Switch add-ons after 500ms - Tablacus Explorer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| setTimeout(function () { | |
| Exec(te, ["cmigemo,0", "filterlist,1"].join("\n"), "Addon switcher"); | |
| }, 500); |
Author
tablacus
commented
Dec 26, 2021

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