OK yes I know, but hear me out...
Search by brand name or lock model and find help:
https://www.youtube.com/@lockpickinglawyer
Everything you didn't know you wanted to know...
But seriously, don't do this...
https://www.youtube.com/@DeviantOllam
Can't right click to "Save Video / Image As..."?
Don't need a browser extension, just one line of javascript. From the broswer devtools console, paste:
document.addEventListener('contextmenu', event => event.stopPropagation(), true);
Similar to the above, you can hack youtube into giving you any amount of insanely fast playback speeds by using devtools console.
For most browsers, simply click More Tools > Developer Tools (or ctrl + shift + i) and paste:
document.getElementsByTagName("video")[0].playbackRate = x
Where x is the speed multiplier (float).