mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
faeb5dede0
Fixes #1354
34 lines
642 B
HTML
34 lines
642 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">
|
|
__MSG_invidiousPermissionRefresh__
|
|
</div>
|
|
|
|
<br/>
|
|
|
|
<div class="center">
|
|
<div id="acceptPermissionButton" class="option-button inline">
|
|
__MSG_acceptPermission__
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|