pgamerx / yt-dislikes-viewer

A browser extension that allows you to see dislikes on a youtube video after the youtube update
https://yt-dislikes-viewer.js.org
GNU General Public License v3.0
296 stars 20 forks source link

Put <!DOCTYPE html> on top of popup/index.html #3

Closed ImNimboss closed 3 years ago

ImNimboss commented 3 years ago

Every HTML5 file starts with <!DOCTYPE html> as its first line to indicate its HTML5, why doesn't popup/index.html?

pgamerx commented 3 years ago

Not necessary because it's just for the popup of extension

ImNimboss commented 3 years ago

Mmh the last time I forgot to put a doctype some of my document functions didn't work, if it works fine everywhere then leave it ig