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 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 |
| // ==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 |
I hereby claim:
To claim this, I am signing this object:
| adb help // List all comands | |
| == Adb Server | |
| adb kill-server | |
| adb start-server | |
| == Adb Reboot | |
| adb reboot | |
| adb reboot recovery | |
| adb reboot-bootloader |
| // ==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){ |
| # 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 { |
In Users/hugomatilla.bash_profile add
export PATH=$PATH:/Users/hugomatilla/Documents/AndroidSDKs/sdk/platform-tools
export PATH=$PATH:/Users/hugomatilla/Documents/AndroidSDKs/sdk/tools
cd /Users/hugomatilla/Documents/AndroidSDKs/sdk/platform-tools| ---------------------------------------------------------------------------------------------------- | |
| OWASP Top Ten | |
| https://owasp.org/www-project-top-ten/ | |
| The CWE Top 25 | |
| https://www.sans.org/top25-software-errors/ | |
| 2022 CWE Top 25 Most Dangerous Software Weaknesses | |
| https://cwe.mitre.org/top25/archive/2022/2022_cwe_top25.html |