How To Bypass Fireship.io Premium | Watch All Courses For Free ⭐

How To Bypass Fireship.io Premium | Watch All Courses For Free

This script lets you get fireship pro / premium for free and watch all courses

Demo: https://files.catbox.moe/eq55hc.mp4

Or just navigate to fireship.io and paste this in to the console

// @Author       lemons
setInterval(() => {
    document.querySelectorAll("[free=\"\"]").forEach(el => el.setAttribute("free", true)) // set all elements with the attribute free set to "" to true
 
    if (document.querySelector("if-access [slot=\"granted\"]")) { // replace HOW TO ENROLL to YOU HAVE ACCESS
        document.querySelector("if-access [slot=\"denied\"]").remove()
        document.querySelector("if-access [slot=\"granted\"]").setAttribute("slot", "denied")
    }
 
    if (document.querySelector("video-player")?.shadowRoot?.querySelector(".vid")?.innerHTML) return; // return if no video player
    const vimeoId = document.querySelector("global-data").vimeo; // get id for vimeo video
    const youtubeId = document.querySelector("global-data").youtube; // get id for vimeo video
 
    if (vimeoId) { // if there is an id,
        document.querySelector("video-player").setAttribute("free", true) // set free to true
        document.querySelector("video-player").shadowRoot.querySelector(".vid").innerHTML = `<iframe src="https://player.vimeo.com/video/${vimeoId}" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen="" title="${location.pathname.split("/")[3]}" width="426" height="240" frameborder="0"></iframe>` // set video
    }
    if (youtubeId) { // if there is an id,
        document.querySelector("video-player").setAttribute("free", true) // set free to true
        document.querySelector("video-player").shadowRoot.querySelector(".vid").innerHTML = `<iframe src="https://youtube.com/embed/${youtubeId}" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen="" title="${location.pathname.split("/")[3]}" width="426" height="240" frameborder="0"></iframe>` // set video
    }
}, 100) 

Credit to @AriaX via Nulled.to

ENJOY & HAPPY LEARNING! :heart:

Rate, and appreciate the share & feedback, Don’t be cheap!

Thank you for this wonderful share…

Thank you :heart: !

Great share as always thank you :pray:

Do I have to login @Aina ?

Thank’s a lot, great share!!!

You can be and there is no need of it to logged it. Just follow the method and start to watch what you want!

Thank you so much. Wohoo time to learn

Working thanks,

working like a charm

Thanks it works! i’m surprised that we are able to bypass his premium videos just by changing some html elements.

Amazing :wink:

Thanks Sam. Will this method work on other platforms?

Nope. Only on fireship!

it won’t.however you can find many scripts like this in https://greasyfork.org/en .

Thanks for sharing this trick! It’s been very helpful.

@MasterBr1an
thanks bro🤗

Excellent @Aina

Great help, thanks..

Phenomenal!! Thank you!