Little trick on Firefox to know if links are nofollow

Discussion in 'Link Development' started by tata668, Jun 23, 2008.

  1. #1
    This may help some of you. I was looking for a way for Firefox to display the nofollow links in a way I would see them without having to look at the source code.

    There are a couple of extensions that can do seomething similar, like SEOQuake but I didn't like the way it strikes the nofollow links.

    Then I found that little trick:

    1) Find your Firefox profile folder. On Windows it will be something like:
    C:\Documents and Settings\USERNAME\Application Data\Mozilla\Firefox\Profiles\XXXXX.default\

    2) In this profile folder, there is a subfolder "chrome". Create a file named "userContent.css" in this "chrome" folder if it doesn't already exist.

    3) Put this in "userContent.css":

    
    a[rel="nofollow"], a[rel="external nofollow"]
    {
        border-bottom:solid 2px red !important;
    }
    
    Code (markup):
    4) Restart Firefox.


    Now nofollow links will be underlined with a red line! Note that you can use any CSS you want to customized the look of the nofollow links.

    Hope this helps!
     
    tata668, Jun 23, 2008 IP
  2. zingo

    zingo Peon

    Messages:
    1,274
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This is pretty cool.. thanks for the info.
     
    zingo, Jun 23, 2008 IP
  3. Rivers

    Rivers Peon

    Messages:
    276
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hmm.. looks cool.. Anyone tried it? I go with SearchStatus. Same results and then some.
     
    Rivers, Jun 23, 2008 IP
  4. C.Whyte

    C.Whyte Peon

    Messages:
    802
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Whoa, that's a pretty good idea actually. Not sure if it works, but it sounds like it does.
     
    C.Whyte, Jun 23, 2008 IP
  5. wellington300

    wellington300 Guest

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    any chance of a similar trick for IE?
     
    wellington300, Jun 23, 2008 IP
  6. newcity

    newcity Peon

    Messages:
    1,015
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i will try this, will post the results soon . :)

    newcity
     
    newcity, Jun 23, 2008 IP
  7. Camay123

    Camay123 Well-Known Member

    Messages:
    3,423
    Likes Received:
    86
    Best Answers:
    0
    Trophy Points:
    160
    #7
    Great suggestion. Thanks
     
    Camay123, Jun 23, 2008 IP
  8. acakadut

    acakadut Peon

    Messages:
    194
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    it works. tricks for IE please :D
     
    acakadut, Jun 23, 2008 IP
  9. Darkness

    Darkness Peon

    Messages:
    377
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #9
    There is also a FireFox plugin that makes nofollow links red.
     
    Darkness, Jun 23, 2008 IP
  10. tata668

    tata668 Well-Known Member

    Messages:
    594
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    108
    #10
    Of course it works! :-P

    The advantage of this trick over a extension is that you can use any CSS you want to customize the nofollow links.


    The trick for IE is to switch for a better browser! (Sorry, I couldn't resist!)
     
    tata668, Jun 23, 2008 IP
  11. vjlenin

    vjlenin Well-Known Member

    Messages:
    458
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    130
    #11
    You are wonderful. Great Great Idea indeed, I was using Search status plugin for finding the nofollow links, it is a total loser, don't use it at all. It doesnt highlight most of the nofollow links, This trick is pretty cool. In fact I know of CSS but never thought about tweaking Firefox. Good work, TATA.

    Lenin
     
    vjlenin, Jun 23, 2008 IP