Skip to content

Instantly share code, notes, and snippets.

View elliotberry's full-sized avatar
🌍
online

Elliot Berry elliotberry

🌍
online
View GitHub Profile
# Set up the constants:
$ObjectPronouns = 'Her', 'Him', 'Them'
$PossesivePronouns = 'Her', 'His', 'Their'
$PersonalPronouns = 'She', 'He', 'They'
$States = 'California', 'Texas', 'Florida', 'New York', 'Pennsylvania', 'Illinois', 'Ohio', 'Georgia', 'North Carolina', 'Michigan'
$Nouns = 'Athlete', 'Clown', 'Shovel', 'Paleo Diet', 'Doctor', 'Parent', 'Cat', 'Dog', 'Chicken', 'Robot', 'Video Game', 'Avocado', 'Plastic Straw', 'Serial Killer', 'Telephone Psychic'
$Places = 'House', 'Attic', 'Bank Deposit Box', 'School', 'Basement', 'Workplace', 'Donut Shop', 'Apocalypse Bunker'
$When = 'Soon', 'This Year', 'Later Today', 'RIGHT NOW', 'Next Week'
function generateAreMillennialsKillingHeadline {
@elliotberry
elliotberry / allow me to paste or i will find your family and kill all of them.userscript.js
Created January 25, 2024 22:54
Userscript: allow me to paste or i will find you and take my revenge
// ==UserScript==
// @name allow me to paste or i will find you and take my revenge: the userscript
// @namespace Violentmonkey Scripts
// @match *://*/*
// @grant none
// @version 1.0
// @author -
// @description 10/4/2023, 11:43:04 PM
// ==/UserScript==
const forceBrowserDefault = function(e){
@elliotberry
elliotberry / AdbCommands
Created December 16, 2023 20:23 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader

Keybase proof

I hereby claim:

  • I am elliotberry on github.
  • I am elliotberry (https://keybase.io/elliotberry) on keybase.
  • I have a public key ASAbxVjeVzXqPtnn0ogqD6fM4j3l_onrO-dB3AL08ez4JQo

To claim this, I am signing this object:

// ==UserScript==
// @name Fuck with my native clipboard, and find out
// @namespace no-clipbiard-fuckery
// @description Who cares if password managers are more secure? Making users hate your app is the real security.
// @shortcutKeys [Ctrl + `] Activate Absolute Right Click Mode To Force Remove Any Type Of Protection
// @author this is stolen
// @version 2.0.0
// @include *://*
// @grant GM_registerMenuCommand
// @updateURL https://get-my-gists.daddy.workers.dev/?gistId=05facb6827406b5a04b5645724b237d4&filename=no-clipboard-fuckery.user.js
@elliotberry
elliotberry / remove-ebay-bullshit-listings.user.js
Last active November 19, 2022 23:18
Userscript: Remove Borderline-fraudulent multiple price eBay listings
// ==UserScript==
// @name ebay-remove-ebay-bullshit-listings
// @namespace ebay-remove-ebay-bullshit-listings
// @description Removes those annoying price range listings from search results
// @include /^https://www\.ebay\.com/sch.*/i\.html.*$/
// @include /^https://www\.ebay\.(..)/sch.*/i\.html.*$/
// @include /^https://www\.ebay\.co\.(..)/sch.*/i\.html.*$/
// @include /^https://www\.ebay\.com\.(..)/sch.*/i\.html.*$/
// @author Jous && eberry
// @downloadURL https://get-my-gists.daddy.workers.dev/?gistId=8b7578fdd67d88fba0fdd0c0ee143ac3&filename=remove-ebay-bullshit-listings.user.js