diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -45,7 +45,7 @@ <a href="https://github.com/Mango0x45/no-ad-retimer" target="_blank" class="toggleable"> Source code (GitHub) </a> - <h3>Video Framerate</h3> + <h2>Video Framerate</h2> <p class="toggleable"> 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 @@ -55,7 +55,7 @@ <label for="framerate">Framerate: </label> <input type="text" id="framerate" size="3" value="30" onchange='check_fps(event)'> </p> - <h3>Video Endpoints</h3> + <h2>Video Endpoints</h2> <p class="toggleable"> Find the starting point (you can use the <code>,</code> and <code>.</code> keys to find the exact frame). Right click the video and select “Copy debug info” and paste @@ -69,7 +69,7 @@ <label for="endobj">Ending frame: </label> <input type="text" id="endobj" class="own_line" onchange='parse_time(event)'> </p> - <h3>Video Time</h3> + <h2>Video Time</h2> <p> <label for="time">Time: </label> <input type="text" id="time" class="own_line" readonly> |