Browser Timeline Behavior #118
-
Is it possible to have two or more timelines for browsing(multiple tabs/windows)? I want to have some websites remain open. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can have multiple handler actions, like for the browser, you can have two randoms with different URL arrays so that one window is browsing from list A and one window is browsing list B. I don't currently have any way to deal with cookie popups, they are likely unique to each site and would require a great deal of scripting. |
Beta Was this translation helpful? Give feedback.
You can have multiple handler actions, like for the browser, you can have two randoms with different URL arrays so that one window is browsing from list A and one window is browsing list B.
I don't currently have any way to deal with cookie popups, they are likely unique to each site and would require a great deal of scripting.