You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+27-10
Original file line number
Diff line number
Diff line change
@@ -43,36 +43,53 @@ <h3>How to enable JavaScript in your browser?</h3>
43
43
<li><ahref="#safari">Safari</a></li>
44
44
<li><ahref="#brave">Brave</a></li>
45
45
<li><ahref="#edge">Microsoft Edge</a></li>
46
-
<li><ahref="#ie">Internet Explorer</a></li>
47
46
</ul>
48
47
49
48
<divclass="browser-guide" id="chrome">
50
49
<h4>Google Chrome</h4>
51
-
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Accusamus, adipisci.</p>
50
+
<ol>
51
+
<li>Go to <ahref="chrome://settings/content/javascript" target="_blank">chrome://settings/content/javascript</a>.</li>
52
+
<li>Then, click on "Sites can use JavaScript".</li>
53
+
<li>Click on the "Reload current page" button of the web browser to refresh the page.</li>
54
+
</ol>
52
55
</div>
53
56
<divclass="browser-guide" id="firefox">
54
57
<h4>Mozilla Firefox</h4>
55
-
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempore, illum?</p>
58
+
<ol>
59
+
<li>Go to <ahref="about:config" target="_blank">about:config</a>.</li>
60
+
<li>Click "I'll be careful, I promise" if a warning message appears.</li>
61
+
<li>In the search bar, type "javascript.enabled".</li>
62
+
<li>Toggle the "javascript.enabled" preference (right-click and select "Toggle" or double-click the preference) to change the value from "false" to "true".</li>
63
+
<li>Click on the "Reload current page" button of the web browser to refresh the page.</li>
64
+
</ol>
56
65
</div>
57
66
<divclass="browser-guide" id="opera">
58
67
<h4>Opera Browser</h4>
59
-
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempore, illum?</p>
68
+
<ol>
69
+
<li>Go to <ahref="opera://settings/content/javascript" target="_blank">opera://settings/content/javascript</a>.</li>
70
+
<li>Then, click on "Sites can use JavaScript".</li>
71
+
<li>Click on the "Reload current page" button of the web browser to refresh the page.</li>
72
+
</ol>
60
73
</div>
61
74
<divclass="browser-guide" id="safari">
62
75
<h4>Safari</h4>
63
76
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempore, illum?</p>
64
77
</div>
65
78
<divclass="browser-guide" id="brave">
66
79
<h4>Brave</h4>
67
-
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempore, illum?</p>
80
+
<ol>
81
+
<li>Go to <ahref="brave://settings/content/javascript" target="_blank">brave://settings/content/javascript</a>.</li>
82
+
<li>Then, click on "Sites can use JavaScript".</li>
83
+
<li>Click on the "Reload current page" button of the web browser to refresh the page.</li>
84
+
</ol>
68
85
</div>
69
86
<divclass="browser-guide" id="edge">
70
87
<h4>Microsoft Edge</h4>
71
-
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempore, illum?</p>
72
-
</div>
73
-
<divclass="browser-guide" id="ie">
74
-
<h4>Internet Explorer</h4>
75
-
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempore, illum?</p>
88
+
<ol>
89
+
<li>Go to <ahref="edge://settings/content/javascript" target="_blank">edge://settings/content/javascript</a>.</li>
90
+
<li>Then, click on "Sites can use JavaScript".</li>
91
+
<li>Click on the "Reload current page" button of the web browser to refresh the page.</li>
0 commit comments