Skip to content

Instantly share code, notes, and snippets.

View GoldenretriverYT's full-sized avatar
💀
dead inside

GoldenretriverYT

💀
dead inside
  • erope
  • 09:56 (UTC +02:00)
View GitHub Profile
@GoldenretriverYT
GoldenretriverYT / noadblockbanner.user.js
Last active August 31, 2023 13:02
no polytoria adblock banner
// ==UserScript==
// @name no adblock banner (regurlarly update it ig)
// @namespace Violentmonkey Scripts
// @match https://polytoria.com/*
// @grant none
// @version 1.0
// @author sussex
// @description 31.8.2023, 14:38:31
// @run-at document-start
// ==/UserScript==
@GoldenretriverYT
GoldenretriverYT / matchingstring
Created August 31, 2023 12:40
polytoria anti anti ad bloc
Looks like you're using an adblocker!
@GoldenretriverYT
GoldenretriverYT / chatgpt.html
Last active December 5, 2022 07:44
A full idle game generated by ChatGPT
<!DOCTYPE html>
<html>
<head>
<title>Candy Factory</title>
<style>
/* Add some basic styling for the game */
body {
font-family: sans-serif;
}
@GoldenretriverYT
GoldenretriverYT / fictionalamongusapidocs2.md
Created November 20, 2022 17:31
Fictional AmongUsAPI docs generated by OpenAI GPT-3 Codex (code-davinci-002)

// Generate a documentation with all methods for the AmongUsAPI (C#)

AmongUsAPI

An API for making Among Us mods

How to use

1. Download the latest release

2. Add the dll to your project

@GoldenretriverYT
GoldenretriverYT / fictionalamongusapidocs.md
Created November 20, 2022 17:25
AmongUsAPI docs generated by GPT-3

Usage

AmongUsAPI

Init

// init AmongUsAPI
AmongUsAPI.Init();
@GoldenretriverYT
GoldenretriverYT / error.js
Created March 30, 2022 09:38
2 lines to cause the largest error possible in JS
var evalCode = "eval(evalCode)";
eval(evalCode);