Persistent Highlighter-ის მიმოხილვები
Persistent Highlighter ავტორი n8chz
4 მიმოხილვა
- 5 შეფასება 5-დანმიმომხილველი alucioso, 5 წლის წინThank you very much! Thank god there's a simple web extension addon to highlight text in web pages (until a proper one appears).
A tool to highlight is the simplest thing to do: insert "span background-color:#FFFF00 ..", but you can't find an editor/addon to do just this.
Almost all of them can't edit previous saves, and if one does you must do things its way (no guarantees).
Tested this with pages saved with SingleFile and worked! - 5 შეფასება 5-დანმიმომხილველი ergonomic-cat, 6 წლის წინ
- 5 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 13617557, 6 წლის წინ
- 5 შეფასება 5-დანმიმომხილველი girl921, 7 წლის წინDoes what I need it to. I wish it only took one click instead of 2 to highlight something tho, and I wish there was a clear highlighting option.
შემმუშავებლის პასუხი
თარიღი 7 წლის წინClick right mouse button or equivalent while cursor is over a highlighted passage. There should be a menu item that says "This highlighted passage...", with options for your choice of modifying (basically changing the colors) or removing the highlight.
I had to make this a separate menu from the add-on's own context menu because WebExtensions API doesn't offer a SelectorContext for context menus. HTML does, so I got devious and told my content script to attach such a menu to each highlighted element.