atomiks / tippyjs

Tooltip, popover, dropdown, and menu library
https://atomiks.github.io/tippyjs/
MIT License
11.78k stars 517 forks source link

Show tippy on selected text of other webpages #1152

Open kqvanity opened 6 months ago

kqvanity commented 6 months ago

Problem

Tippy.js is limited to showing the popover only at a predefined element, but I want to display it dynamically at any selected text of other 3rd-party websites that I have no control over its structure.

Solution

A way to show the popover when a certain text is selected, and preferably with some form of callback to obtain the text itself rather than relying on additional API.