Chia Seng's Station
Home
A-G
Android
Browser
Chrome
Crack
Google
H-N
IOS
Linux
Mail
Networking
O-U
PC
Printer
Server
Software
V-Z
Window
Home
Browser
Other
Detail
How to Edit Any Web Page in Any Browser ?
Apple Safari
Click Safari
>
Preferences
>
Advanced and enable
Show Develop menu in menu bar
.
Click Develop
>
Show JavaScript Console.
Click the
Console tab
at the top of the
Developer Tools panel
.
Type the
document.designMode = 'on';
into the console and press
Enter
.
Google Chrome
Click Menu > More Tools > Developer Tools or press
Ctrl + Shift + i
.
Click the
Console tab
at the top of the
Developer Tools panel
.
Type the
document.designMode = 'on';
into the console and press
Enter
.
Microsoft Edge
Click Menu > More Tools > Developer Tools or press
F12
.
Click the
Console tab
at the top of the
Developer Tools panel
.
Type the
document.designMode = 'on';
into the console and press
Enter
.
Mozilla Firefox
Click Menu > Web Developer > Web Console or press
Ctrl + Shift + K
.
Click the
Console tab
at the top of the
Developer Tools panel
.
Type the
document.designMode = 'on';
into the console and press
Enter
.