Skip to content

Instantly share code, notes, and snippets.

@seamus65
Last active August 21, 2022 10:23
Show Gist options
  • Save seamus65/9a630b9531ee34b868522b277a1e5852 to your computer and use it in GitHub Desktop.
Save seamus65/9a630b9531ee34b868522b277a1e5852 to your computer and use it in GitHub Desktop.
Vicki script to open TL Tech Smart Website
// ==VickiScript==
// @name TL Tech Script
// @utterance Tell $invocation tl tech
// ==/VickiScript==
$vs.listen(/^tl tech$/, async (req, res, match) => {
const url = 'https://www.tltechsmart.com';
await browser.tabs.create({ url });
res.say("Welcome to the TL Tech Smart Website").send();
});
@Alexander975
Copy link

nice sponsorship

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