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 8884383
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T21:02:59+00:00 2026-06-14T21:02:59+00:00

I usually read a site which has white text on black background (why, oh

  • 0

I usually read a site which has white text on black background (why, oh why!). After a minute of reading it makes my eyes hurt so I usually end up opening Chrome’s developer tools and changing the two or three styles that make the page readable for me.

Is there a way to automate this so that I don’t have to do it over and over for every page?

  • 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-14T21:03:00+00:00Added an answer on June 14, 2026 at 9:03 pm

    Simply write a user script for Chrome in JS. I’ll explain it with a script I did for an annoying site once:

    Example-File:

    JS:

    // ==UserScript==
    // @author          me
    // @version         1.0
    // @name            User Script Test
    // @date            August 10, 2012
    // @include         *.test.com/*    // the asterisk gets every subdomain and page
    // @run-at          document-end
    // ==/UserScript==
    
    (function(){
        var $ad = document.getElementById('skyscraper');
        var $link = $ad.getElementsByTagName('a');
        $ad.removeChild($link[0]);
        $ad.setAttribute('style', 'width:100%; left:480px;');
    })();
    
    1. Write it in JS, for example covering an annoying ad, that just won’t go away.

    2. Important!!! Make sure that the script has an extension of *.user.js! Else the file is not recognised by Chrome on the following step.
      (it just shows the source code to you, what an awesome behaviour…)

    3. Then go to the extensions tab of Google Chrome and drag&drop the script file to your extensions. There may be an additional warning that this is unsafe bla bla.

    You can even load jQuery into the dom, pointed out in this great SO-Post:
    How can I use jQuery in Greasemonkey scripts in Google Chrome?

    If you care to know what happens with your script: It is located in Chromes Extensions Folder (Win 7, Chrome 23) and will auto-update when edited:

    C:\Users\YourUserName\AppData\Local\Google\Chrome\User Data\Default\Extensions
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a site that usually has news items at the top of the
In C, I usually read text files one character at a time (e.g. in
I am a Ph.D student, and I usually write articles which are later proof-read
I have read in a lot of places that assembly language is not usually
I usually type too much, so read bold copy if in a hurry .
I would like to read a little more about the + that is usually
Most of the posts that I read pertaining to these utilities usually suggest using
I've read that it is bad practice, but usually harmless , to place most
Almost all of the examples in the jQuery tutorials that I've read, usually use
The tutorials, manuals and other resources I read about fork() usually only contain examples

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.