Skip to content

Instantly share code, notes, and snippets.

View shashi1iitk's full-sized avatar
🎯
Focusing

Shashi Ranjan shashi1iitk

🎯
Focusing
  • Tokyo, Japan
View GitHub Profile
@shashi1iitk
shashi1iitk / bypass_devtools_detect.md
Created June 16, 2026 17:42 — forked from daviddanielng/bypass_devtools_detect.md
How to stop sites from detecting you in dev tools.

HOW TO STOP SITES FROM DETECTING YOU IN DEV TOOL ON LINUX, WINDOWS AND MACOS.

I will make this brief: utilising devtools is prohibited on some websites (typically shady websites) for users like you and me. I am writing this description to show you how I was able to navigate with a little bit of Google and redditing. None of the standard browsers Firefox, Google Chrome, Safari, or any other will be able to use this, save from the one I am about to disclose. You need to download LibreWolf; it is a special browser that makes use of the firefox gecko render engine and gives you the ability to change the necessary browser settings.

HOW TO INSTALL LIBREWOLF ON YOUR OS

To install librewolf on your OS see link below

@shashi1iitk
shashi1iitk / daily-ping.yml
Created October 3, 2025 11:42 — forked from aremu-smog/daily-ping.yml
Daily Ping
# Simulated daily request to your render project so that the service doesn't go down
name: Daily render ping
on:
schedule:
- cron: '0 0 * * *' # Runs daily at midnight UTC
workflow_dispatch: # Allows manual triggering
jobs:
curl-website: