Skip to content

Instantly share code, notes, and snippets.

View AshtakaOOf's full-sized avatar
🥖
I'm French btw

Adrien AshtakaOOf

🥖
I'm French btw
  • Fake French Canada
  • 08:25 (UTC -05:00)
View GitHub Profile
@aravindanve
aravindanve / bypass-disable-devtool.md
Last active January 28, 2026 01:38
Bypass disable-devtool

(Working as of 2025-02-09)

There are websites that use disable-devtool to prevent you from opening or using devtools. They typically prevent you from right clicking or using the keyboard shortcut to open devtools. Even if you successfully do so, they detect it and redirect you elsewhere. You can bypass this by using one of the following ways.

Opening devtools

If the shortcut F12 on Windows or Option + ⌘ + I on Mac do not work. Press the three vertically aligned dots in the top right corner of your Google Chrome or Microsoft Edge window. Under the section "More Tools", you'll see the option to select "Developer Tools" which opens the toolkit in your window.

@Hexcede
Hexcede / README.md
Last active November 8, 2025 12:04
Roblox Studio 64 bit Wine Workaround

I've attached a script which will automatically walk you through the entire workaround process.

ChromeOS users should run these commands inside of your Linux Terminal (not crosh).

In your Linux terminal

  1. Run cd ~/Downloads to navigate to your Downloads folder.
  2. Download the script. (E.g. by running wget https://gist.githubusercontent.com/Hexcede/7dfff16fbda540aa58b4381bd0c81c73/raw/setup_studio.sh)
  3. Run it via bash setup_studio.sh.
@kkrypt0nn
kkrypt0nn / ansi-colors-discord.md
Last active January 27, 2026 17:14
A guide to ANSI on Discord

A guide to ANSI on Discord

Discord is now slowly rolling out the ability to send colored messages within code blocks. It uses the ANSI color codes, so if you've tried to print colored text in your terminal or console with Python or other languages then it will be easy for you.

Quick Explanation

To be able to send a colored text, you need to use the ansi language for your code block and provide a prefix of this format before writing your text:

\u001b[{format};{color}m