This is {quote}fixed{unquote} version of "Video DownloadHelper" extention. For Chrome/Chromium only for now.
disables:
- download limits
- updates
- popups
- open "chrome://extensions/"
- click on "Load unpacked"
- select "unpacked" folder from this repo
git -c core.pager="less -RFX" show --color-words {COMMIT}
or
git --no-pager show --color-words {COMMIT}
create:
git format-patch -1 {COMMIT}
apply:
git am {FILE.PATCH}
or
git apply --directory={UNPACKED_DIR} {FILE.PATCH}