Paras Sharma
Results
2
comments of
Paras Sharma
AFAIK, The pointerMove event is being used to keep track of the hoverValue, and then the click event is used to save the hoverValue. The following series of events can...
This could done using this: https://github.com/PlasmoHQ/examples/blob/main/with-content-scripts-ui/contents/plasmo-inline.tsx - Identify the selected text using `window.getSelection()` - Insert a custom HTML element before or after that selected text div/span ```html ``` - Now...