Skip to content

Commit 4ea843e

Browse files
committed
add guidelines for chrome/firefox/opera/brave/edge
1 parent 6912d1d commit 4ea843e

File tree

2 files changed

+27
-11
lines changed

2 files changed

+27
-11
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ How can you explain to your users how to enable JavaScript in their browser? You
88
- Safari
99
- Brave
1010
- Microsoft Edge
11-
- Internet Explorer
1211

1312
## Use
1413

index.html

+27-10
Original file line numberDiff line numberDiff line change
@@ -43,36 +43,53 @@ <h3>How to enable JavaScript in your browser?</h3>
4343
<li><a href="#safari">Safari</a></li>
4444
<li><a href="#brave">Brave</a></li>
4545
<li><a href="#edge">Microsoft Edge</a></li>
46-
<li><a href="#ie">Internet Explorer</a></li>
4746
</ul>
4847

4948
<div class="browser-guide" id="chrome">
5049
<h4>Google Chrome</h4>
51-
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Accusamus, adipisci.</p>
50+
<ol>
51+
<li>Go to <a href="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>
5255
</div>
5356
<div class="browser-guide" id="firefox">
5457
<h4>Mozilla Firefox</h4>
55-
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempore, illum?</p>
58+
<ol>
59+
<li>Go to <a href="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>
5665
</div>
5766
<div class="browser-guide" id="opera">
5867
<h4>Opera Browser</h4>
59-
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempore, illum?</p>
68+
<ol>
69+
<li>Go to <a href="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>
6073
</div>
6174
<div class="browser-guide" id="safari">
6275
<h4>Safari</h4>
6376
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempore, illum?</p>
6477
</div>
6578
<div class="browser-guide" id="brave">
6679
<h4>Brave</h4>
67-
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempore, illum?</p>
80+
<ol>
81+
<li>Go to <a href="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>
6885
</div>
6986
<div class="browser-guide" id="edge">
7087
<h4>Microsoft Edge</h4>
71-
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempore, illum?</p>
72-
</div>
73-
<div class="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 <a href="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>
92+
</ol>
7693
</div>
7794
</noscript>
7895
</div>

0 commit comments

Comments
 (0)