Trick – How to edit Facebook Webpage or any webpages with css Google Chrome Mozilla Firefox
Google Chrome
———————–
Right Click and Inspect Element
OR
Ctrl + Shift + I
OR
1.Customise and Control Google Chrome
2.Tools
3.Developer tools
Mozilla Firefox
———————
Right Click and Inspect Element
OR
Ctrl + Shift + C
OR
1.Tools
2.Web Developer
3.nspector
Ctrl + F to find the string/words that you want to edit.
Double Click and edit as you want and enter.
css
—–
to hide content
style=”display=none;”
to show content
style=”display=block;”
source