mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
Add ability to enable/disable from toolbar (#528)
* Add ability to enable/disable from toolbar
This commit is contained in:

committed by
Ilya Grigorik

parent
a01f397d36
commit
c3f44db1bf
@@ -6,6 +6,10 @@
|
||||
<script src="popup.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<button id="enable" class="hide">Enable</button>
|
||||
<button id="disable">Disable</button>
|
||||
<span id="status" class="hide"></span>
|
||||
<hr />
|
||||
<button id="config">Settings</button>
|
||||
<hr />
|
||||
<button id="feedback" class="secondary">Send feedback</button>
|
||||
|
Reference in New Issue
Block a user