Skip to content

Instantly share code, notes, and snippets.

View elzii's full-sized avatar

Alexander Zizzo elzii

View GitHub Profile
@0xdevalias
0xdevalias / reverse-engineering-macos.md
Last active June 29, 2024 13:11
Some notes, tools, and techniques for reverse engineering macOS binaries
@AminoffZ
AminoffZ / new-button-structure.html
Created October 14, 2023 20:36
The structure of the new like and dislike buttons on YouTube
<div
id="top-level-buttons-computed"
class="top-level-buttons style-scope ytd-menu-renderer"
>
<ytd-segmented-like-dislike-button-renderer
class="style-scope ytd-menu-renderer"
button-renderer="true"
><!--css-build:shady--><!--css-build:shady--><yt-smartimation
class="style-scope ytd-segmented-like-dislike-button-renderer"
><div
@Baneeishaque
Baneeishaque / main.txt
Created July 2, 2023 02:08
Chrome Extensions
SuperSorter - Chrome Web Store https://chrome.google.com/webstore/detail/supersorter/hjebfgojnlefhdgmomncgjglmdckngij
FBS II : Fast Bookmark Scanner II - Chrome Web Store https://chrome.google.com/webstore/detail/fbs-ii-fast-bookmark-scan/gjcmklpilmpfhfjpebhnapnglcppdbic
The Great Discarder - Chrome Web Store https://chrome.google.com/webstore/detail/the-great-discarder/jlipbpadkjcklpeiajndiijbeieicbdh
Google Keep Chrome Extension - Chrome Web Store https://chrome.google.com/webstore/detail/google-keep-chrome-extens/lpcaedmchfhocbbapmcbpinfpgnhiddi
Simple URL Copy - Chrome Web Store https://chrome.google.com/webstore/detail/simple-url-copy/cefkgjbbpagcilodnhboolbppdjlplip/related
@skoqaq
skoqaq / build4123.sublime4.key
Last active June 28, 2024 19:12
Sublime Text 4 License Key
—– BEGIN LICENSE —–
Mifeng User
Single User License
EA7E-1184812
C0DAA9CD 6BE825B5 FF935692 1750523A
EDF59D3F A3BD6C96 F8D33866 3F1CCCEA
1C25BE4D 25B1C4CC 5110C20E 5246CC42
D232C83B C99CCC42 0E32890C B6CBF018
B1D4C178 2F9DDB16 ABAA74E5 95304BEF
9D0CCFA9 8AF8F8E2 1E0A955E 4771A576
@niw
niw / README.en.md
Last active June 15, 2024 20:25
How to run Windows 10 on ARM or Ubuntu for ARM64 in QEMU on Apple Silicon Mac

How to run Windows 10 on ARM or Ubuntu for ARM64 in QEMU on Apple Silicon Mac

Here is easy steps to try Windows 10 on ARM or Ubuntu for ARM64 on your Apple Silicon Mac. Enjoy!

NOTE: that this is current, 10/1/2021 state.

Running Windows 10 on ARM

  1. Install Xcode from App Store or install Command Line Tools on your Mac
@windyinsc
windyinsc / enable-touch-id-for-sudo.md
Created November 19, 2020 20:16
macOS - Enable Touch ID for sudo

Enable Touch ID for sudo

Thanks to this awesome Six Colors post: Quick Tip: Enable Touch ID for sudo

The short of it:

  1. In your terminal go to cd /etc/pam.d/.
  2. Now open the sudo file with your favorite command-line/GUI text editor.
    • Note that if you open it via the command-line, you’ll need to use sudo itself to do so, since the file is (understandably) protected.
  3. With the sudo file open, add the following command below below the first line. auth sufficient pam_tid.so
@jwasden
jwasden / pihole-steps.md
Last active October 25, 2021 01:35
Up and running with pi hole.

Steps to set up a pi hole on a rpi zero w

  1. Get a raspberry pi zero w (not required, as you can run the software elsewhere, but c'mon, you want to get a r-pi anyway.)
  2. Flash an OS to the pi
  3. Set up auto install on first boot
  4. Boot it up
  5. Set up the pihole as your DNS

1. Get a pi

// ==UserScript==
// @name Ebay Motherufcker
// @namespace https://gist.github.com/Eibwen/
// @version 0.5
// @description Bid at the last moment
// @updateURL https://gist.github.com/Eibwen/08fab2f3fe2f10ca25ae96433c7ecc9b/raw/ebay-bid-sniper.user.js
// @author Greg Walker
// @match https://www.ebay.com/itm/*
// @grant none
// ==/UserScript==