Bug 1552922 Comment 9 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I agree with the sentiment that the fix described in bug 1472450 is not a solution for this problem, both because it's a different use-case as Sören indicated, but also because I'm also interested in which bugs I've visited on pages outside of search results.

As a workaround/hack I have the following in my BMO userstyle:

```
a[href*="show_bug.cgi"]:visited {
    color: blueviolet !important;
}
```
I agree with the sentiment that the fix described in bug 1472450 is not a solution for this problem, both because it's a different use-case as Sören indicated, but also because I'm also interested in which bugs I've visited on pages outside of search results.

As a workaround/hack I have the following in my BMO userstyle:

```
a[href*="show_bug.cgi"]:visited {
    color: blueviolet !important;
}
#this-bug:visited {
    color: var(--link-text-color) !important;
}
```

Back to Bug 1552922 Comment 9