Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| <!doctype html> | |
| <html> | |
| <body> | |
| <span id="extension-name"></span> | |
| <span style="padding-left: 3em; padding-bottom: 1em; display: block;"> | |
| Version | |
| <span id="extension-version"></span> | |
| </span> | |
| <a href="https://github.com/Eloston/disable-html5-autoplay" class="external-link">GitHub Project Page</a> | |
| <ul> | |
| <li><a href="https://github.com/Eloston/disable-html5-autoplay/issues" class="external-link">Issue Tracker (post questions, suggestions, and issues here)</a></li> | |
| <li><a href="https://github.com/Eloston/disable-html5-autoplay/releases" class="external-link">Releases (includes changelog)</a></li> | |
| <li><a href="https://github.com/Eloston/disable-html5-autoplay/wiki" class="external-link">Wiki (includes documentation)</a></li> | |
| <li style="margin: 0 0 0 3em;"><a href="https://github.com/Eloston/disable-html5-autoplay/wiki/Support" class="external-link">Support (includes common problems and reporting issues)</a></li> | |
| <li><a href="https://raw.githubusercontent.com/Eloston/disable-html5-autoplay/master/LICENSE" class="external-link">License</a></li> | |
| </ul> | |
| <hr> | |
| <span class="heading">General</span> | |
| </hr> | |
| <label for="default-mode">Default Mode:</label> | |
| <select id="default-mode" disabled="disabled"> | |
| <!--<option value="2">Disable autoplay & autobuffer</option> | |
| <option value="1">Disable autoplay only</option>--> | |
| <option value="1">Disable autoplay</option> | |
| <option value="0">Disable nothing</option> | |
| </select> | |
| <label id="default-mode-saving-status" for="default-mode" class="progress-text">Loading default mode...</label> | |
| <hr> | |
| <span class="heading">Mode Rules List</span> | |
| </hr> | |
| <p>Consult the wiki for information on the Mode Rules List: <a href="https://github.com/Eloston/disable-html5-autoplay/wiki/Modes%20and%20Mode%20Rules">Modes and Mode Rules</a></p> | |
| <div> | |
| <input type="button" id="reset-mode-rules" disabled="disabled" value="Reset"></input> | |
| <input type="button" id="save-mode-rules" disabled="disabled" value="Save"></input> | |
| <label id="save-mode-rules-status" for="save-mode-rules" class="progress-text">Loading Mode Rules...</label> | |
| </div> | |
| <textarea id="mode-rules" spellcheck="false" disabled="disabled">Loading Mode Rules...</textarea> | |
| </body> | |
| <head> | |
| <title>Options - Disable HTML5 Autoplay</title> | |
| <script src="options.js"></script> | |
| <style> | |
| hr { | |
| margin-top: 2.5em; | |
| margin-bottom: 0.25em; | |
| } | |
| ul { | |
| margin-top: 0; | |
| } | |
| #extension-name { | |
| font-size: 1.75em; | |
| font-weight: bold; | |
| } | |
| #mode-rules { | |
| box-sizing: border-box; | |
| height: 42vh; | |
| text-align: left; | |
| white-space: pre; | |
| width: 100%; | |
| word-wrap: normal; | |
| margin-top: 0.5em; | |
| } | |
| .heading { | |
| display: block; | |
| font-size: 1.25em; | |
| font-weight: bold; | |
| margin-bottom: 1em; | |
| } | |
| .external-link { | |
| display: inline-block; | |
| padding: 0.5em 0 0.5em 0; | |
| } | |
| .progress-text { | |
| color: #909090; | |
| } | |
| </style> | |
| </head> | |
| </html> |