Auto Highlight에 대한 리뷰
Auto Highlight 제작자: Juraj Mäsiar
Firefox 사용자 18126307 님의 리뷰
5점 만점에 4점
Firefox 사용자 18126307 님, 2년 전Addon stopped working this morning. All my settings remain, there's no sort of error displayed, just no functionality.
개발자 답글
2년 전에 게시됨Hello,
Try to restart Firefox or whole PC, that often helps with random issues like this.
If it doesn't help, then backup your settings to a file (from the Settings / Import export tab). Then uninstall it, restart Firefox and install it back.
Also make sure the main ON/OFF switch in the main window is not set to OFF :)
Best Regards,
Juraj Mäsiar
Try to restart Firefox or whole PC, that often helps with random issues like this.
If it doesn't help, then backup your settings to a file (from the Settings / Import export tab). Then uninstall it, restart Firefox and install it back.
Also make sure the main ON/OFF switch in the main window is not set to OFF :)
Best Regards,
Juraj Mäsiar
리뷰 66개
- 5점 만점에 5점Vinícius Lourenço 님, 2일 전The extension is great! I'm using it daily.
I’d like to make a suggestion, if possible... I’d like you to add the context menu "Delete % (Highlight, Temporarily highlight, Temporarily highlight everywhere, Auto highlight on this page)."
Thank you.개발자 답글
하루 전에 게시됨Hello,
Thank you for the feedback!
Sounds like a good idea, the context menu could be better utilized for quick management of currently active rules.
I'll put it on my todo list for the upcoming release.
Best Regards,
Juraj Mäsiar 개발자 답글
11일 전에 게시됨Hello,
Does this happen even when adding new highlight for a new page?
Or only when adding new highlight for existing page that already have many other words to highlight?
In general, the highlighting is slower when you have:
- many words to highlight on a single page
- if you are using regular expressions (RegExp)
- if the page where it runs is complex/huge, with a lot of elements (like Facebook / Reddit)
I plan to look into some performance optimization in the new release (in a few weeks).
You can also contact me here:
admin@fastaddons.com
Best Regards,
Juraj Mäsiar- 5점 만점에 5점TheOneHitPupper 님, 한 달 전Is there a way to do multiple keywords as phrases rather than using 'Each Word'?
For example, under one rule:
Word1+Word2, Word3
EDIT: Piping works great! Would be excited to see it under an easier to read format, like a list, but your extension is easily the best that I've tried in the Highlight category. Thank you for the quick reply!개발자 답글
25일 전에 게시됨Hello,
Currently no, only by using RegExp option and separating search phrases with pipe symbol "|" instead of comma ",".
So you would have "word1 word2|word3".
However, you will have have to escape the special RegExp symbols.
I'll try to improve this in the upcoming release.
Best Regards,
Juraj Mäsiar 개발자 답글
한 달 전에 게시됨Hello Alex,
Great idea!
I'll put it on my todo list for the upcoming release.
Note however that I'm not sure when will I start to work on the new release.
There is many features planned for this release and my free time is quite limited now.
I'll see what I can do...
Best Regards,
Juraj Mäsiar- 5점 만점에 5점Firefox 사용자 18032291 님, 3달 전
- 5점 만점에 5점Firefox 사용자 15309210 님, 4달 전
- 5점 만점에 4점Stanley Edwards 님, 5달 전
- 5점 만점에 5점Brian Peiris 님, 6달 전
- 5점 만점에 5점Firefox 사용자 18702040 님, 8달 전Excellent!!,....Very versatile, stable and simply the "Best" to use ...Keep up the great work!!!
- 5점 만점에 4점Firefox 사용자 17049191 님, 일 년 전Most of the time it works great, except for occasionally altering parts of the content on web pages.
- 5점 만점에 5점Seän D. Shepherd 님, 일 년 전
- 5점 만점에 5점Randy Knight 님, 일 년 전
- 5점 만점에 5점Seän "frostbyte" Shepherd 님, 일 년 전
- 5점 만점에 5점Alexander A. 님, 일 년 전I wish there was a way to group my rules, especially if groups could have their own settings that override their child rules settings.
Example: Group: "Some online marketplace" [domain:example.com] -> Nested group: “Rating 5” [color:green] -> Rule: "Some product" [expression:"Some product", remaining settings: …]개발자 답글
일 년 전에 게시됨Hello,
Thank you for the feedback and specific example!
I do plan to add groups support for some time, but every time I start planning the architecture, I get stuck with some huge obstacle that requires a huge redesign (not just visual but also data storage and synchronization).
Also, I'm currently super busy with my other addons, so this one will have to wait a bit.
I'll see what I can do when I get back to this one.
Best Regards,
Juraj Mäsiar 개발자 답글
일 년 전에 게시됨Hello,
Sadly, this is a browser limit and they don't want to increase it:
https://github.com/w3c/webextensions/issues/510
I plan to implement custom synchronization, but that will take some time.
Note that you can change the storage to "local" which is unlimited, but not synchronized/backed up, to other devices. See Settings / Options / Storage .
Best Regards,
Juraj Mäsiar- 5점 만점에 5점Firefox 사용자 18334820 님, 일 년 전Ingenious and amazing solution for highlighting keywords (customer names on the WC orders page) and adding a comment about them.
I was hoping to be able to synchronise data with another PC without needing to sync Firefox. Perhaps the possibility of defining the path of the local backup?
Thanks!개발자 답글
일 년 전에 게시됨Hello,
The path to auto-save is not really possible, addons doesn't have direct access to drive, apart from creating a file in the default "Downloads" folder.
I plan to add some kind of remote synchronization, although I'm not sure when exactly (I've build too many addons and many of then needs upgrades :)).
Best Regards,
Juraj Mäsiar - I would really love this add-on if highlighting would also work in PDFs. I want to use it mainly for scientific research to faster identify relevant papers. The automatic and very fine tunable keyword highlighting combined with the view on the right hand side showing where the highlights are is EXACTLY what I am looking for. Maybe I missed the relevant setting but changing to highlight in every page did not fix it.
Adding the PDF functionality would make it a really powerful tool for a (maybe almost every) researcher. Please, please add this!
P.S. I tried to find another way of contacting you but this is the only way I could find.개발자 답글
일 년 전에 게시됨Hello,
Sadly, browsers doesn't allow extensions to run in the PDF files anymore, more info:
https://bugzilla.mozilla.org/show_bug.cgi?id=1454760
Theoretically, it should work if you would use some online PDF viewer.
But I've just tried a few and none of them worked as expected. Seems like they use "canvas" to render the content so my extension can't access the words there.
But it does work in the Mozilla online PDF viewer demo, so it should be possible:
https://mozilla.github.io/pdf.js/web/viewer.html
I wish I had more time for experiments, but sadly I'm currently quite busy with my other extensions. I'll put it on my todo list so when I start working on a new version, I look into it.
Regarding contact to me, you can write me email here: admin@fastaddons.com
Best Regards,
Juraj Mäsiar - 5점 만점에 5점Interstellar_Being 님, 일 년 전