Skip to content

Commit

Permalink
Publish 2024-11-04
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderby committed Nov 4, 2024
1 parent fa34485 commit 2c16d1f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions qr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,34 @@ <h3>
</a>
</p>
<h3>Android</h3>
<div id="firefox" style="display: none;">
<script>
if (location.hash.includes('firefox')) {
document.getElementById('firefox').style.display = '';
}
</script>
<h4>
Mozilla Firefox
</h4>
<p class="mini-instruction">
<img class="mini-instruction-icon" src="/images/icon-android-dark.svg">
<img class="mini-instruction-icon" src="/images/icon-firefox-87x82.svg">
<img class="mini-instruction-icon" src="/images/icon-256.png">
</p>
<p>
Please use the following link to install <strong style="white-space: pre;">Dark Reader</strong>
for <strong style="white-space: pre;">Mozilla Firefox</strong> browser:<br>
<a data-s="drff-qr-text"
href="https://addons.mozilla.org/en-GB/android/addon/darkreader/">
https://addons.mozilla.org/en-GB/android/addon/darkreader/
</a>
</p>
<h4>
Microsoft Edge
</h4>
</div>
<p class="mini-instruction">
<img class="mini-instruction-icon" src="/images/icon-android-dark.svg">
Expand Down

0 comments on commit 2c16d1f

Please sign in to comment.