Posts

Showing posts from April, 2021

Highlight text directly on webpages - like google does in its search results

Image
Consider a webpage URL -  https://en.wikipedia.org/wiki/Dreamsnake . Copy text that you want to highlight in above webpage " The novel was well-received, winning in the 1978  Nebula Award , the 1979  Hugo Award " Get URL encode of this copied text as " The%20book%20is%20considered%20an%20example%20of "  - you can do this with help of site like  https://cryptii.com/pipes/urlencode . For webpage URL append " #:~:text= " and " The%20book%20is%20considered%20an%20example%20of ". Now URL becomes - " https://en.wikipedia.org/wiki/Dreamsnake#:~:text=The%20book%20is%20considered%20an%20example%20of " You can share this URL and show highlight text on webpage as in image.