mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
bf84139ea7
Should fix #698, #687, #611 and #635
(cherry picked from commit 3ff5fdb3a1
)
28 lines
566 B
HTML
28 lines
566 B
HTML
<!DOCTYPE html>
|
|
|
|
<head>
|
|
<title>Permissions - SponsorBlock</title>
|
|
<meta charset="utf-8">
|
|
|
|
<link href="styles.css" rel="stylesheet"/>
|
|
|
|
<script src="../js/vendor.js"></script>
|
|
<script src="../js/permissions.js"></script>
|
|
</head>
|
|
|
|
<body class="sponsorBlockPageBody">
|
|
|
|
<div id="title" class="titleBar">
|
|
<img src="../icons/LogoSponsorBlocker256px.png" height="80" class="profilepic"/>
|
|
SponsorBlock
|
|
</div>
|
|
|
|
<br/>
|
|
|
|
<div class="center">
|
|
<div id="acceptPermissionButton" class="option-button inline">
|
|
__MSG_acceptPermission__
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|