Chrome extension for recovering original video titles and descriptions.
- Clone the repo to wherever-you-like
- Navigate to
chrome://extensions
on Chromium. - Load unpacked
- replace the video title with
<meta name="title" content="real title">
. - replace the video description with
ytplayer.config
from page's JS code.
- Use
prettier --tab-width 4 -w *.{js,json}
to format files.