On Chome Linux, this can be achieved for JS tooltips, such as WikiPedia links, by doing the following:
As stated above, open dev tools using F12. Open them in another window. Highlight the tooltip and press Ctrl-Shift-C (HTML inspector). When you go over the tip, the dev window will display the corresponding section.
If you need to keep the tooltip open when you turn it off in order to check it in more detail in another window, then right-click the tooltip and leave the context menu up, and then click on the dev window tools. In this case, it leaves a hint in the wikipedia window.
To some extent, it also works with bootstrap tips.
user1806949 Feb 07 '17 at 15:12 2017-02-07 15:12
source share