1JOYFreedom is a browser extension that enhances your YouTube viewing experience by automatically skipping ads. Powered by the 'One Joy, Enjoy!' podcast, this extension lets you enjoy uninterrupted videos with just a click of a button.
- Ad Skipping: Automatically skips over ads on YouTube using
document.querySelector('video').currentTime
. - Easy to Use: Simply click 'start' and the extension takes care of the rest.
- Uninterrupted Viewing: Enjoy your favorite content without ad interruptions.
- Download the 1JOYFreedom extension package.
- Open your browser and navigate to the extensions page (usually
chrome://extensions/
in Chrome). - Enable 'Developer mode' at the top right.
- Click 'Load unpacked' and select the downloaded extension directory.
- Ensure that the 1JOYFreedom icon appears in your browser toolbar.
- Click on the 1JOYFreedom icon in your browser toolbar.
- A popup will appear with a 'Start' button. Click it to activate the ad skipping feature.
- Enjoy ad-free viewing! The extension will automatically skip ads as they appear.
1JOYFreedom listens for video ads and uses the document.querySelector('video').currentTime
method to fast-forward through the ad, minimizing disruption to your viewing experience.
This extension is not affiliated with YouTube or any other video platform. It is designed for educational purposes to demonstrate how browser automation can be achieved using JavaScript.