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.
Step-by-Step Guide
-
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. -
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. , -
Step 3: Click on Create a new script.
-
Step 4: Insert the script.
-
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
Megan Campbell
A passionate writer with expertise in lifestyle topics. Loves sharing practical knowledge.
Rate This Guide
How helpful was this guide? Click to rate: