me_nobody

  • Joined Aug 25, 2021
  • 0 best answers
  • Step 1 : Install The tampormonkey chrome extension Tampermonkey

    Step 2 : Add extension to the chrome

    Step 3 : Click on Tampermonkey Chrome Extension and Click on Create a New Script

    Step 4 : Change Script

    // ==UserScript==
    // @name         Freeship
    // @namespace    lemons
    // @version      1.2
    // @description  Unlock all Fireship PRO courses/lessons.
    // @author       lemons
    // @match        https://fireship.io/*
    // @icon         https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/apple/325/fire_1f525.png
    // @grant        none
    // ==/UserScript==
    
    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)

    Step 5 : Enable Script in fireship.io page

    Step 6 : Go ahead , watch any Pro fireship course

    Note : Please check all steps before posting anything, refresh the page if it ask for signin at course section

    • Hey, hope y’all doing well.

      Today I would like to share with you this cool project from Github called SpotX,

      This tool made me quit using cracked premium accounts. the thing I liked about this tool is that it works with the official Spotify App, so you can enjoy the premium experience with no Ads or limitations on your main Spotify Account including your playlists & liked songs, Also it’s open source so you can take a look at the src if you have any concerns.

      This tool works with Windows, Linux & macOS.

      Installation?

      For Windows, you can use the batch file “Install.bat” in the releases section Download

      For Linux, you can use the terminal for the installation process Tutorial

      For macOS, you can use the terminal for the installation process Tutorial

      This tool can be removed anytime following the steps mentioned on their GitHub page.

      Official Project Page: SpotX

    • Link - click here

      • 100 Days of Code JAVA
      • 125 Days to Expert Coder
      • Interview Preparation In C++
      • Interview Preparation In JAVA

      PrepByte DSA Free Course Download
      Prep Byte, PrepByte
      PrepBytes All Courses Free Download

      Disclaimer
      This content has been shared under Educational And Non-Profit Purposes Only.
      No Copyright Infringement Intended, All Rights Reserved to the Actual Owner.
      Hacksnation.com has no control over the shared content and nature of the external sites.

      • TCS : TCS – Google Drive

        • CTS : CTS – Google Drive 

        • TEK SYSTEMS : TekSystems – Google Drive

        • TECH MAHINDRA : Tech Mahindra – Google Drive

        • INFOSYS : Infosys – Google Drive

        • MINDTREE : MindTree – Google Drive

        • VALUE LABS : ValueLabs – Google Drive

        • MPHASIS : Mphasis – Google Drive

        • ZENQ : ZenQ – Google Drive

        • EPAM : Epam – Google Drive

        • GATE : GATE Materials – Google Drive

        • AMCAT : AMCAT – Google Drive

        • ELITMUS : ELitmus – Google Drive

        • TALENT BATTLE : Talent Battle Materials – Google Drive

        • Sample C Programs : C Sample Programs – Google Drive

        • TR & HR Preparation : Interview Preparation – Google Drive

        Disclaimer
        This content has been shared under Educational And Non-Profit Purposes Only.
        No Copyright Infringement Intended, All Rights Reserved to the Actual Owner.

        Hacksnation.com has no control over the shared content and nature of the external sites.