Hanging in Vivaldi

could you please try this from the current web page:

  1. Hook to New... > Script Editor
  2. In Script Editor, paste tell application id "com.vivaldi.Vivaldi" to return URL of active tab of front window in the script (replacing the content).
  3. in Script Editor, hit the run button. Make a note of how long it takes to run.
  4. copy the result (from bottom pane)
  5. paste it here.

And please let us know how much time it took (step 3). If it’s fast, please switch to another web page in Vivaldi and repeat steps 3-4. And let us know if it was fast or slow.

if that was fast, then please repeat the above but in Step 2 use tell application id "com.vivaldi.Vivaldi" to return title of active tab of front window

I.e., let’s see if we can reproduce the issue when Hook is not part of the “get URL” loop.