diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-05-09 12:31:53 +0200 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-05-09 12:31:53 +0200 |
commit | 2bf919967114cb9fac4ffd1351ca53d438dfb3dd (patch) | |
tree | 5f197f8991bb7cc12d7cc5356c2fbc1401b54327 /index.html | |
parent | 5437a8ef67ed1f51eb8f2339202c2c74aefed35c (diff) |
Remove some bloat
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ <!DOCTYPE html> + <html theme="light"> <head> @@ -22,7 +23,7 @@ <a href="https://github.com/Mango0x45/no-ad-retimer" target="_blank"> Source code (GitHub) </a> - <h3 id="video-framerate">Video Framerate</h3> + <h3>Video Framerate</h3> <p> Right click the YouTube video and select “Stats for nerds.” The third line is “Current / Optimal Res” - find the two numbers after the @ and enter them for @@ -46,7 +47,7 @@ <label for="endobj">Ending frame: </label> <input type="text" id="endobj" style='width:100%' onchange='parse_time(event)'> </p> - <h3 id="video-time">Video Time</h3> + <h3>Video Time</h3> <input type="text" id="time" readonly size="40"> <p> <textarea id="mod_message" cols="40" rows="3" readonly disabled> |