Skip to content

Instantly share code, notes, and snippets.

@DaCuteRaccoon
Created October 25, 2022 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DaCuteRaccoon/c07b5badab5dfc8e581f0676e25d784a to your computer and use it in GitHub Desktop.
Save DaCuteRaccoon/c07b5badab5dfc8e581f0676e25d784a to your computer and use it in GitHub Desktop.
A tool to quickly go from a shorts YouTube video to the original one
var url = window.location.toString();
window.location = url.replace(/shorts\//, 'watch?v=%27);
@DaCuteRaccoon
Copy link
Author

DaCuteRaccoon commented Oct 25, 2022

javascript:var url=window.location.toString();window.location=url.replace(/shorts\//,'watch?v=%27);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment