Change the color of a link if the one open a bookmark

Discussion in 'CSS' started by MrMistrzuch, Aug 23, 2010.

  1. #1
    Is there any way to change the color of my favourite links. For example if "Google.com" is your bookmark and if on other website there's a link to Google and you hover it, the color of the link will change into yellow. I've tried with a[starred]:hover{color:yellow !important} but it doesn't work. Is it possible? Sorry for my bad English.
     
    MrMistrzuch, Aug 23, 2010 IP
  2. kiramanic

    kiramanic Peon

    Messages:
    205
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You want links to your bookmarked sites to show up differently on websites you're browsing? You can't affect other people's sites with CSS, maybe there's a Greasemonkey script or something.
     
    kiramanic, Aug 23, 2010 IP
  3. MrMistrzuch

    MrMistrzuch Greenhorn

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    Exactly! Greasemonkey? Good idea, but I afraid there's no script changing color of links. And what do you think about Stylish? I've been looking for the answer on userstyles.org, but i can't find anything. Has anyone any idea?
     
    MrMistrzuch, Aug 24, 2010 IP
  4. LushLush

    LushLush Peon

    Messages:
    53
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I'd stick with the a:visited method for better user compatibility.
     
    LushLush, Aug 25, 2010 IP
  5. MrMistrzuch

    MrMistrzuch Greenhorn

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #5
    But if a user's in private mode, it won't work.
     
    MrMistrzuch, Aug 26, 2010 IP