Better-Youtube-Plus/src/pages/options.html

28 lines
779 B
HTML
Executable File

<!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>