visited link enabler에 대한 리뷰
visited link enabler 제작자: ulf3000
리뷰 47개
- 5점 만점에 5점Firefox 사용자 18978790 님, 3달 전great extension. stopped working firefox update 138. hoping auther fixes. thanks.
- was an awesome addon plz update it
the solution i have found:
Open about:config in Firefox.
Search for: toolkit.legacyUserProfileCustomizations.stylesheets
Set it to true
Go to about:support
Next to "Profile Folder", click "Open Folder".
Navigate to the chrome folder inside your profile directory. If it doesn’t exist, create it.
Create a file named userContent.css if it doesn't exist.Add this CSS:
a:visited {
color: #ad1d1f !important; /* Replace with any color you like */
}
Restart Firefox. - 5점 만점에 5점Firefox 사용자 18486641 님, 4달 전Simple and efficient, does the job without having to go in a preference page or even reloading the tabs after installation.
- 5점 만점에 5점Firefox 사용자 18280031 님, 5달 전works great, please add an exclusion list to not disable the extension for localhost
- 5점 만점에 5점Firefox 사용자 12878512 님, 8달 전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점Firefox 사용자 18193926 님, 2년 전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 님, 2년 전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 님, 2년 전
- 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. - 5점 만점에 5점Firefox 사용자 15314594 님, 3년 전
- 5점 만점에 5점harl windwolf 님, 4년 전
- 5점 만점에 5점Firefox 사용자 16904843 님, 4년 전Been using this for over a year with no problems even when Firefox updates. Very grateful to the developer for this free add-on! Windows 10 21H1 on Dell Optiplex 5060.
- I never needed an add-on before, in over 15 years, to get FF to use my chosen colour for visited links. But my PC died and I did not have a backup for my Firefox settings (stupidy stupid) and on the new laptop where I had to set up FF friom scratch, the link colour just would not work. This add-on has made my chosen visited link colour work again. Thank you very much.