mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 06:27:14 +03:00
35 lines
862 B
HTML
35 lines
862 B
HTML
<head>
|
|
<title>Options - SponsorBlock</title>
|
|
|
|
<link href="options.css" rel="stylesheet"/>
|
|
|
|
<script src="../utils.js"></script>
|
|
<script src="options.js"></script>
|
|
</head>
|
|
|
|
<body class="sponsorBlockPageBody">
|
|
|
|
<div id="title">
|
|
<img src="../icons/LogoSponsorBlocker256px.png" height="80" class="profilepiccircle"/>
|
|
SponsorBlock
|
|
</div>
|
|
|
|
<center>
|
|
|
|
<p class="createdBy">__MSG_createdBy__ <a href="https://ajay.app">Ajay Ramachandran</a> <img src="../icons/newprofilepic.jpg" height="30" class="profilepiccircle"/></p>
|
|
|
|
<h1>__MSG_Options__</h1>
|
|
|
|
<div id="options">
|
|
<label class="switch-container" label-name="__MSG_hideButtons__" toggle-sync-option="hideVideoPlayerControls">
|
|
<label class="switch">
|
|
<input id="buttons" type="checkbox">
|
|
<span class="slider round"></span>
|
|
</label>
|
|
</label>
|
|
</div>
|
|
|
|
</center>
|
|
|
|
</body>
|