mirror of
https://github.com/SoPat712/videospeed.git
synced 2026-04-27 06:32:52 -04:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
edd997037a
|
|||
|
f85a1f9f29
|
|||
|
97366b76b6
|
|||
|
8269875bb1
|
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Speeder",
|
"name": "Speeder",
|
||||||
"short_name": "Speeder",
|
"short_name": "Speeder",
|
||||||
"version": "5.1.0",
|
"version": "5.1.1",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "Speed up, slow down, advance and rewind HTML5 audio/video with shortcuts (New and improved version of \"Video Speed Controller\")",
|
"description": "Speed up, slow down, advance and rewind HTML5 audio/video with shortcuts (New and improved version of \"Video Speed Controller\")",
|
||||||
"homepage_url": "https://github.com/SoPat712/speeder",
|
"homepage_url": "https://github.com/SoPat712/speeder",
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
],
|
],
|
||||||
"options_ui": {
|
"options_ui": {
|
||||||
"page": "options.html",
|
"page": "options.html",
|
||||||
"open_in_tab": false
|
"open_in_tab": true
|
||||||
},
|
},
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": {
|
"default_icon": {
|
||||||
|
|||||||
@@ -873,13 +873,6 @@ button.lucide-result-tile.lucide-picked {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#faq hr {
|
|
||||||
height: 1px;
|
|
||||||
margin: 0 0 14px;
|
|
||||||
border: 0;
|
|
||||||
background: var(--border);
|
|
||||||
}
|
|
||||||
|
|
||||||
.support-footer {
|
.support-footer {
|
||||||
padding: 16px 20px;
|
padding: 16px 20px;
|
||||||
color: var(--muted);
|
color: var(--muted);
|
||||||
|
|||||||
+11
-13
@@ -677,19 +677,6 @@
|
|||||||
<div id="status" role="status" aria-live="polite"></div>
|
<div id="status" role="status" aria-live="polite"></div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="faq" class="settings-card info-card">
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<h4>Extension controls not appearing?</h4>
|
|
||||||
<p>
|
|
||||||
This extension only works with HTML5 audio and video. If the
|
|
||||||
controls never appear, you may be looking at Flash content instead.
|
|
||||||
Right-click the player to check: if the menu mentions Flash, that
|
|
||||||
is the issue. Most sites will fall back to HTML5 when Flash is not
|
|
||||||
available, so disabling Flash in the browser can help.
|
|
||||||
</p>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer class="support-footer settings-card">
|
<footer class="support-footer settings-card">
|
||||||
<p>
|
<p>
|
||||||
If Speeder has been useful, consider supporting its development via
|
If Speeder has been useful, consider supporting its development via
|
||||||
@@ -708,6 +695,17 @@
|
|||||||
>.
|
>.
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
<section id="faq" class="settings-card info-card">
|
||||||
|
<h4>Extension controls not appearing?</h4>
|
||||||
|
<p>
|
||||||
|
This extension only works with HTML5 audio and video. If the
|
||||||
|
controls never appear, you may be looking at Flash content instead.
|
||||||
|
Right-click the player to check: if the menu mentions Flash, that
|
||||||
|
is the issue. Most sites will fall back to HTML5 when Flash is not
|
||||||
|
available, so disabling Flash in the browser can help.
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user