Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
erosman authored Sep 15, 2023
1 parent a6bd373 commit 3427ae9
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions src/content/help.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<link href="iframe.css" rel="stylesheet">
<title>Help</title>
</head>

<body>
<head>
<meta charset="utf-8">
<title>Help</title>
<link href="iframe.css" rel="stylesheet">
</head>
<body>

<nav>
<a href="#intro">Introduction</a>
<a href="#how-to">How to Use</a>
<a href="#options">Options</a>
<a href="#proxy">Proxy</a>
<a href="#import">Import</a>
<a href="#tester">Tester</a>
<a href="#tester">Pattern Tester</a>
<a href="#log">Log</a>
<a href="#support">Support</a>
</nav>
Expand All @@ -24,10 +22,10 @@
<section>

<!-- Error: proxy.settings requires private browsing permission. -->
<h3>Private Browsing Permission Required for Firefox</h3>
<p class="note">Not required for Chrome, but Firefox requires FoxyProxy to have private browsing permission.
<a href="https://support.mozilla.org/en-US/kb/extensions-private-browsing#w_enabling-or-disabling-extensions-in-private-windows" target="_blank">How-to</a>.
</p>
<h2>📌 Private Browsing Permission Required for Firefox</h2>
<p>Not required for Chrome, but Firefox requires FoxyProxy to have private browsing permission.</p>
<p>How to: <a href="https://support.mozilla.org/en-US/kb/extensions-private-browsing#w_enabling-or-disabling-extensions-in-private-windows" target="_blank">Enabling or disabling extensions in private windows</a></p></p>



<h1 id="intro">Introduction</h1>
Expand All @@ -39,6 +37,7 @@ <h1 id="intro">Introduction</h1>
<p>If you upgraded from a previous version, and your proxy settings are missing, please import them.</p>

<h3>Non-Destructive Editing</h3>
<!-- <p>Editing & importing is non-destructive.</p> -->
<p><b>Save</b> must be clicked to apply changes.</p>

<h3>Proxy Authentication</h3>
Expand Down Expand Up @@ -377,7 +376,7 @@ <h2 id="import">Import</h2>



<h1 id="tester">Tester</h1>
<h1 id="tester">Pattern Tester</h1>
<ol>
<li>Enter URL to test</li>
<li>Select the pattern type</li>
Expand Down

0 comments on commit 3427ae9

Please sign in to comment.