-
-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prompt to accept youtube.com permission if video info fails to load
- Loading branch information
Showing
9 changed files
with
483 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!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> |
Oops, something went wrong.