Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.03 KB

File metadata and controls

24 lines (13 loc) · 1.03 KB

Auto Ads Skipper Extension

WTF this magic is?

A chrome extension that automates skipping ad on Youtube. This is not an ad blocker, it just automates the process of clicking on the "Skip Ad" button on Youtube.

This is basically useful when you are watching a youtube video (or a playlist), and an ad starts playing. Youtube allows you to skip the ad after 5 seconds, but if you can't be bothered to click it yourself (or you in idolent mood), this extension clicks that button for you.

Enjoy watching videos without uplifting hand for a single click :D :D

Checkout

  • Clone the repository.
  • Build your custom extension from `chrome://extensions/` by Load Unpacked this repo after switching to developer mode.
  • Switch on the extension and Yuhuu.. you are ready for autoskipping ads on any youtube video.
  • Hard Part

  • Refreshing the extension, after every change in the code.
  • Searching youtube video with 5 seconds ads for debugging purpose.
  • Adding eventListener in a huge CSS selector value.