Is it possible to save a bookmark with 2 URLs ? Upon clicking on the bookmark, the first URL should be opened first and after a brief pause the second URL is opened in the same window.
E.g. First I want to open the link https://stackoverflow.com/ and after 5 seconds I want to open 2nd URL https://stackoverflow.com/questions/ask automatically in the same window.
I know we can directly open the 2nd URL but I have some dependency on 1st URL hence don't want to skip it.
You may use a Bookmarklet
In Javascript you may use window.open to visit urls.
By specifying
_blankas the target keywordTo create one, add a new bookmark pasting a code like this in the URL field: