Hacker News new | past | comments | ask | show | jobs | submit login

Images: presents an overlay with all images found in <img> tags.

Unshorts:

  javascript:(function(){location.href=location.href.replace('/shorts/','/watch?v=')})();



Nice!

Took Unshorts a step further: remove all shorts from a page:

  javascript:(function(){document.querySelectorAll("a").forEach((a)=>{if(a.href.includes('/shorts/')){a.remove();}});})();




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: