29/07/2020
Trick Steps:
--
1. Open Google Chrome Browser
2. Open the site you would like to modify
3. Choose Inspect Element option by right click anywhere, or, simply, use this combination to open inspect tool -> "Ctrl + Shift + I"
4. Go to Console Tab and type below command then hit enter
document.designMode = "on"
Now, You are ready to change anything on the website!
Watch the video for your reference.!