Skip to content

Instantly share code, notes, and snippets.

View Not-A-Normal-Robot's full-sized avatar

NOT_A_ROBOT Not-A-Normal-Robot

View GitHub Profile
@aamiaa
aamiaa / RevertNewLayout.md
Last active July 7, 2024 14:56
Revert New Discord Layout

The original snippet no longer works!

On 02/09/2024 at around 8pm UTC, Discord flipped an experiment (2023-09_mobile_redesign_override_toggles) which ignores the layout toggle that this script relied on.

If you want to continue using the old layout, you can either use a modded mobile client (such as Vendetta) to disable that experiment, or downgrade to an old version of the app.

Method 1 - Downgrading (Android)

Tip

Use this one if you want a fast, beginner-friendly solution and don't mind using a version from November 2023

  1. Download version 205.15 of Discord mobile app from ApkMirror
@Not-A-Normal-Robot
Not-A-Normal-Robot / techmino_dev_guide.md
Last active January 18, 2023 11:22
Techmino Development Guide

Introduction

This guide will teach you how to code modes, eventsets, language files, and more. Knowing the basics of programming logic is recommended before developing in Techmino. Feel free to suggest ideas. If you need help, you should use #ask-for-help-read-pins. This guide is currently in development. Last updated 18 Jan 2023. Migrated from the Discord in 14 Nov 2022.

1. Basics

The game uses a scripting language called Lua. It uses a game engine called LÖVE, also commonly referred to as LOVE or love2d.

@DvilMuck
DvilMuck / aternosAntiAntiadblock.user.js
Last active July 17, 2024 15:25
Aternos Anti Anti Adblock userscript for Aternos.org
// ==UserScript==
// @name Aternos Anti Anti-adblock
// @namespace r0630hh1edcuum5397kimyc0ucwy2h3psn4c6r1u4j
// @version 0.1.23
// @description Fuck anti-adblock from the free hosting minecraft servers Aternos.org. Parry this you filthy casual!
// @author Angry Developer against excessive ADs
// @source https://gist.github.com/DvilMuck/f2b14f3f65e8f22974d781277158f82a
// @supportURL https://gist.github.com/DvilMuck/f2b14f3f65e8f22974d781277158f82a
// @updateURL https://gist.github.com/DvilMuck/f2b14f3f65e8f22974d781277158f82a/raw/aternosAntiAntiadblock.user.js
// @downloadURL https://gist.github.com/DvilMuck/f2b14f3f65e8f22974d781277158f82a/raw/aternosAntiAntiadblock.user.js

Demo:

Spoiler warning

Spoiler text. Note that it's important to have a space after the summary tag. You should be able to write any markdown you want inside the <details> tag... just make sure you close <details> afterward.

console.log("I'm a code block!");