How to Change Your Facebook Background Color

Download the TamperMonkey Extension., Go to Facebook., Click on Create a new script., Insert the script., Refresh the Facebook page to see the changes.

5 Steps 1 min read Medium

Step-by-Step Guide

  1. Step 1: Download the TamperMonkey Extension.

    Go to the Chrome Store and search for "TamperMonkey." Then click on Add To Chrome. "TamperMonkey" is a popular tool used to customize the way a web page displays or behaves.
  2. Step 2: Go to Facebook.

    Then click on the "TamperMonkey" icon., The Script Editor will open and we have to type a script in place of //Type your code here. //Type your code is a comment and does not affect the code. , In this case, you can use a backgroundColor property like this: document.body.style.backgroundColor = "your color here"; Document is one of DOM objects and it represents the page.

    The Document object has main role in accessing HTML elements.

    Once you finished typing the script, click on "Save" icon. ,
  3. Step 3: Click on Create a new script.

  4. Step 4: Insert the script.

  5. Step 5: Refresh the Facebook page to see the changes.

Detailed Guide

Go to the Chrome Store and search for "TamperMonkey." Then click on Add To Chrome. "TamperMonkey" is a popular tool used to customize the way a web page displays or behaves.

Then click on the "TamperMonkey" icon., The Script Editor will open and we have to type a script in place of //Type your code here. //Type your code is a comment and does not affect the code. , In this case, you can use a backgroundColor property like this: document.body.style.backgroundColor = "your color here"; Document is one of DOM objects and it represents the page.

The Document object has main role in accessing HTML elements.

Once you finished typing the script, click on "Save" icon. ,

About the Author

M

Megan Campbell

A passionate writer with expertise in lifestyle topics. Loves sharing practical knowledge.

104 articles
View all articles

Rate This Guide

--
Loading...
5
0
4
0
3
0
2
0
1
0

How helpful was this guide? Click to rate: