visited link enabler 的评价
visited link enabler 作者: ulf3000
79 条评价
- 评分 5 / 5来自 Firefox 用户 18486641,3 小时前Simple and efficient, does the job without having to go in a preference page or even reloading the tabs after installation.
- 评分 5 / 5来自 退出党团队远离中共邪教,8 小时前
- 评分 5 / 5来自 Firefox 用户 18280031,2 个月前works great, please add an exclusion list to not disable the extension for localhost
- 评分 5 / 5来自 天灭中共退党团队保平安,2 个月前
- 评分 4 / 5来自 Kanaan,2 个月前
- 评分 2 / 5来自 zixias0,2 个月前Work as expected but it needs the function to select website ,without it ,many website that have hyperlink is very broken (Take example like Spotify ,it colored the song's name ,artist ,...)
- 评分 5 / 5来自 Mikan,3 个月前
- 评分 3 / 5来自 Parash Mitra,4 个月前Need Update asap. Many website visited link are not changing color anymore.
- 评分 5 / 5来自 Firefox 用户 12878512,5 个月前Since many years one of my Must-Have addons. Unfortunately there are some issues on spiegel.de.
Having read a newly published article appearing at the top of the page, it unfortunately tends to lose its 'read' color status at some point, when the article is moving down the page, often through several sections, until it eventually reaches its final home.
Unfortunately their newsroom thinks that it is a smart idea, to slightly modify the title and hence the URL along that process quite frequently, which then of course causes visitedlinkenabler to fail recognizing an already read article.
Is there a way for visitedlinkenabler to only compare the unchangeable part
"www.spiegel.de{/omittable changing parts}/a-[and-essential-hex-patterns]"
of their URLs with FF's history? - 评分 5 / 5来自 Edwardo,5 个月前
- 评分 3 / 5来自 Firefox 用户 12922358,5 个月前Hello, I have a problem with the extension which is installed, but impossible to access its settings or even place its icon in the extensions bar. Does anyone have a solution? Thanks in advance.
- 评分 4 / 5来自 name,6 个月前I am missing an option to hide elements like "display none" for this addon to be 5/5
- 评分 5 / 5来自 Pawel,10 个月前One of the most useful extensions. What do you think about checking links without its ref ID part? That would make visited links colors working on sites like Amazon search results. Probably it would require storing a dictionary: site - cut off. Danke
- 评分 5 / 5来自 Bager,1 年前Thank you for this add-on! Could you add an option so it works only on selected websites? Thanks!
- 评分 5 / 5来自 Firefox 用户 18193926,1 年前Works perfectly. As already mentioned by others, a whitelist or blacklist of sites would be greatly appreciated. Thanks to the author!
- 评分 5 / 5来自 Takes Twohands,1 年前I finally figured out why this extension wasn't working for me: Your browser settings must be set to "remember" your browsing history. Eureka!
- 评分 5 / 5来自 Firefox 用户 13561856,1 年前
- 评分 5 / 5来自 Alexander A.,2 年前
- 评分 5 / 5来自 Firefox 用户 13384222,2 年前
- 评分 5 / 5来自 NortonRid,2 年前There is no way to change color in LibreWolf, because changing -moz-visitedhyperlink in it is blocked because of fingerprint resistance.
Problem solved. Unpacked the addon with the archiver, changed the line in mod.css content with:
`:visited, :visited * { color: -moz-visitedhyperlinktext !important;}`
To:
`:visited, :visited * { color: #7a7a7a !important;}`
Changed the manifest.json of the addon. Packed the addon. Turned off signature checking in your browser. Installed addon.