Revisiones de Persistent Highlighter
Persistent Highlighter por n8chz
Revisado por Usuario de Firefox 15117876
Se valoró con 2 de 5
by Usuario de Firefox 15117876, hace 4 años19 revisiones
- Se valoró con 1 de 5by Usuario de Firefox 13404543, hace un añoSimply doesn't do anything at all anymore...
- Se valoró con 2 de 5by Noob Saibot, hace 5 añosUninstalled when the "remove highlight" didn't work. Other than that it's okay. I think it's color selector is "bloated" (to many useless colors to choose from); sometimes simple is better.
- Se valoró con 5 de 5by alucioso, hace 5 añosThank 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! - Se valoró con 1 de 5by Usuario de Firefox 13717362, hace 5 añosIt got stuck on a deep orange color, so dark it was hard to read the text, and simply would not change color after I chose one on the background color popup.
- Se valoró con 5 de 5by ergonomic-cat, hace 5 años
- Se valoró con 5 de 5by Usuario de Firefox 13617557, hace 6 años
- Se valoró con 1 de 5by Svetlana Tkachenko, hace 7 años
- Se valoró con 4 de 5by Usuario de Firefox 14249679, hace 7 añosRight away I found this extension useful! It's easy to figure out and very helpful. The only thing I would add if I could was the ability to save the highlighted text to some sort of notepad for later.
- Se valoró con 4 de 5by Usuario de Firefox 14125046, hace 7 añosI agree with visiteur668. Excellent tool. Very usefull. Thank you.
The improvment I would suggest is bar icons (or special keys stroke) in order to select/change colors and highlight selected text with a single click (as it was possible with Prostetnic highlighter... where selected colour icon indicated selected colour without the need to check from the menu). Right click menu needs at least two clicks). - Se valoró con 3 de 5by kalimbra_gandi, hace 7 añosunfortunately do not work well. Content of the choose color panel is never displayed and I have to select and highligh a word at least 6 or 7 times before it is kept for future usage.:(
- Se valoró con 4 de 5by visiteur668, hace 7 añosWorks well ! Thank's.
The improvment I would like is a menu (or special keys stroke) in order to select/change colors (as it was possible with Prostetnic highlighter...)... Also a menu icon appearing in the menu bar would be welcome :-)) - Se valoró con 4 de 5by Usuario de Firefox 13713422, hace 7 añosI could not quickly find any better/other extension to highlight text that is saved automatically in the same file (I use Zotero to save interesting websites but a highlight feature is missing there).
After a few reloads, I can confirm that Persistent Highlighter seems to do the job on the latest Firefox version.
I suggest to put the highlight options directly into the right click context menu and not in a subsection. Then it would be so much faster to use.
Of course, ideally there should be an option to switch marking on so that any selected text will be highlighted instantly.
It is interesting that such a fundamental function like instant highlighting seems so hard to implement - well, I am glad at least this add-on exists - thank you for that! - Se valoró con 5 de 5by girl921, hace 7 añosDoes 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.
Respuesta del desarrollador
publicado el hace 7 añosClick 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. - Se valoró con 3 de 5by Dusty Diver, hace 8 añosFirst time ever using this add on and it's SO useful for people like me with ADHD.. I know I can manually remove the colors by choosing a white background and black text, but this won't work every time.
I can see in the previous comments that there IS a clear highlighting button separate from the context menu, but I can't seem to find it at all. Can someone help me out here please? - Se valoró con 3 de 5by Jerry, hace 8 añosThe selector is located at the top of the context menu. I loved Prostetnic and am very disappointed that it is gone. Whyyyy? But n8chz has at least given us, free of charge, a backup. Thank you.
- Se valoró con 1 de 5by GodzGirl, hace 8 añosNo.....if u dont have time to really keep up, just do it. Prostetnic was awesome, this is a waste of the second it takes to download. What really blew me was, in choosing a color, which is an inconvenience, it CLOSED THE ENTIRE BROWSER. Please just call it day and remove it from the add-on list. I gave one star because it wouldn't allow me to post w/o it, but I certainly tried to give it a negative 0.
- Se valoró con 2 de 5by Hersh Verthun, hace 8 añosThere is no option to **clear** a highlight. I think the developer intends to work on this addon but as of now this addon is more like a test-bed for the developer than a finished product for the user.
Respuesta del desarrollador
publicado el hace 8 añosIt's on a separate context menu from the one used for highlighting and color selection. That couldn't be helped because the WebExtensions API does not include a selector context, so I had to perpetrate a little hack with HTML's version of context menus.