Skip to content

Instantly share code, notes, and snippets.

View mdhruvil's full-sized avatar
🎯
Focusing

Dhruvil Moradiya mdhruvil

🎯
Focusing
View GitHub Profile
@mdhruvil
mdhruvil / fireship.js
Created July 18, 2024 13:04
Paste this script into fireship.io console to access all courses for free
const timeOut = 1000;
setInterval(() => {
document
.querySelectorAll('[free=""]')
.forEach((el) => el.setAttribute("free", true));
if (document.querySelector('if-access [slot="granted"]')) {
document.querySelector('if-access [slot="denied"]').remove();
document
.querySelector('if-access [slot="granted"]')