I'm using RegEx, but I recently added the normal domain to see if that's the issue.
This is the filter:
activeWebsiteURL MATCHES "^https:\\/\\/airtable\\.com\\/app[a-zA-Z0-9]{12,}\\/tbl[a-zA-Z0-9]{12,}\\/viw[a-zA-Z0-9]{12,}(\\?[a-zA-Z0-9=&-]+)?$" OR activeWebsiteURL CONTAINS "airtable.com"
The triggers under this CAG don't work most of the time. I'm not sure if the BTT variables aren't updating fast enough, or if it's another issue.
I was on airtable.com, switched to YouTube, then back to Airtable, and it stopped working. It didn't work until I opened BTT (still didn't work), then I opened the CAG, and it started working again.
Sometimes it works, sometimes it doesn't. These are named triggers, by the way.
Could this be a problem with the BTT helper tool or permissions?
the script view doesn't auto refresh this if polling is disabled because it's one of the "On Demand" variables - this means it is only evaluated when the condition is checked in e.g. a CAG.
However if it refreshes correctly if you enable the 2s polling or press the refresh button, it is working as intended
The trigger I have setup inside the airtable GAC
CMD+Enter => Triggers a Named Trigger => Show HUD, Search for the save button, click it, Restore Mouse location
This is still a huge issue for me, it works for some time, then it stops
Would it slow it down if I forced it to update the variables 1 or 2 sec? if there's a way to do that ofc
ofc I would prefer for it to be instant, as soon as I switch to the url to detect it..