visited link enabler 的评价
visited link enabler 作者: ulf3000
Firefox 用户 12878512 的评价
评分 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?
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?
79 条评价
- 评分 5 / 5来自 Firefox 用户 18486641, 1 天前Simple and efficient, does the job without having to go in a preference page or even reloading the tabs after installation.
- 评分 5 / 5来自 退出党团队远离中共邪教, 1 天前
- 评分 5 / 5来自 Firefox 用户 18280031, 2 个月前works great, please add an exclusion list to not disable the extension for localhost
- 评分 5 / 5来自 天灭中共退党团队保平安, 2 个月前
- 评分 3 / 5来自 Parash Mitra, 4 个月前Need Update asap. Many website visited link are not changing color anymore.
- 评分 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.
- 评分 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 年前
- 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.