Skip to content

Instantly share code, notes, and snippets.

View GoldenretriverYT's full-sized avatar
😺
:emoji_51:

retrievaaaa GoldenretriverYT

😺
:emoji_51:
  • erope
  • 23:10 (UTC +02:00)
View GitHub Profile
// ==UserScript==
// @name Allow IG Likes to be opened in new tab
// @namespace Violentmonkey Scripts
// @match https://www.instagram.com/*
// @grant none
// @version 1.0
// @author retrievaaaa
// @description Allows you to open your likes on the my activity page in a new tab by middle clicking / scroll wheel clicking
// ==/UserScript==
@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 / 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);