Initial code publish.
This commit is contained in:
27
src/pages/options.html
Executable file
27
src/pages/options.html
Executable 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>
|
Reference in New Issue
Block a user