Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7807887
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T02:59:45+00:00 2026-06-02T02:59:45+00:00

Okay, I’m trying to make a greasemonkey script for facebook, and I need to

  • 0

Okay, I’m trying to make a greasemonkey script for facebook, and I need to change the color of the home button text to black, I managed to do it for the button that has your name on it, but I cant figure out how to do it for the home button!
This is how I did the button with your name on it, which works great!

$('.headerTinymanName').each(function(){
   $(this).css('color', 'black');
});

This is the css it has for the home button, but I have no idea how to change the color!

.slimHeader #pageNav a{color:#d8dfea}

I’m very confused, any help would be greatly appreciated! 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T02:59:46+00:00Added an answer on June 2, 2026 at 2:59 am

    How about this GreaseMonkey script:

    // ==UserScript==
    // @name           FBoo
    // @namespace      FBoo
    // @description    FBoo
    // @include        https://www.facebook.com/home.php
    // @require        http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js
    // ==/UserScript==
    
    $('#navHome a').css('color', 'black');
    

    If you want to give all the a tags in the header a black color at once you could go along these lines:

    $('#headNav a').css('color', 'black');
    

    Alternatively, you could do it without jQuery. A slightly hackish suggestion along those lines would be:

    document.querySelectorAll('#navHome a')[0].style.color = 'black';
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Okay, so I'm trying to make a game that uses this algorithm: http://www.codeproject.com/Articles/15573/2D-Polygon-Collision-Detection But
Okay so the title may be a bit misleading. What I am trying to
Okay, I'm trying to reverse engineer a feature on a website I found -
Okay I am having some problems with being able to change bitmaps when a
Okay so I'm trying to pass elements of a 2D array with string elements
Okay I have spent the last 2 days trying to sort this one out.
Okay so i am currently trying to create a support ticket system, i have
Okay here is my url: http://example.com/home/process_login I would like to replace the underscore with
Okay so I have a simple HTML Input fragment: <input id=txtFirstName type=text class=txtBox runat=server
Okay, I have hundreds of .net controls with text attributes that needs to be

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.