An userscript that allows the ability to highlight the selected text in the webpages.
Disclaimer: It has only been tested in Safari using Userscript App and for Wikipedia. Looking for contributors ;)
- Automatically highlights the selected text.
- Pop-up to select different highlighter colors.
- Saves locally and reloads when refreshing the webpage
- View all highlights in the present website. Use
Cmd+Shift+v
in Mac andCtrl+Shift+v
in Windows. - If the highlighted text is present on the webpage, it is indicated by adding yellow dots at the top right corner of the webpage.
- Works in all websites
- Syncs across different devices.
- Import and export all highlights from various websites.
- Local webpage to display all highlights in one place; highlights from various websites.
- Works in all touchscreen devices (i.e. iPad, tablet and so on)
- Add hideable sticky notes
... new ideas are welcome in the discussion
You can pick any one of the unfinished task from "What it does?" or fix the below bugs or refactor the userscript or any cosmetic changes, and submit the pull request.
- If the highlighted text contains tags like
<a>
,<b>
,<i>
, and so on, it doesn’t show up after refreshing the page. But show up in the "View all highlights in the present website.". - Only works for Wikipedia.
- The newly created highlights don’t show up, and I have to refresh the page to see them.
- Highlights also the popup which should not allow.
- Ability to delete highlights from this popup.
- Refactoring is needed!
I hope you find this userscript helpful and enjoyable. Cheers!