Initial code publish.

This commit is contained in:
2017-12-22 19:44:41 -06:00
parent c9ff432b29
commit daf2a89be1
15 changed files with 360 additions and 0 deletions

27
src/pages/options.html Executable file
View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles/betterYoutube.css"/>
<style media="screen">
p, li { font-size: 160%; }
</style>
</head>
<body>
<p>
Better Youtube + works to improve the Youtube experience by providing quick access to features we'd all like to have from the get-go.
<ul>
<li>It allows quick thumbnail access of the video.</li>
<li>It allows setting the loop mode easily.</li>
<li>It allows the video to be toggled to fixed or floating with drag functionality.</li>
<li>It allows volume control through the mouse-wheel when hovering over the player.</li>
<li>It changes the background color to light grey for easier viewing of the pages.</li>
</ul>
</p>
</body>
</html>