Skip to content

Instantly share code, notes, and snippets.

View ssaadh's full-sized avatar
🎯
Focusing

Saadh ssaadh

🎯
Focusing
View GitHub Profile
@corvusdeinanis
corvusdeinanis / adhd.json
Created May 7, 2023 11:52
Nomie 6 Templates and Trackers
{
"type": "template",
"id": "fab0dab3369f9854fb60eaeea4e8d70b",
"name": "adhd",
"description": null,
"version": "6.0.18",
"trackables": [
{
"type": "tracker",
"id": "#adhd_check",
@corvusdeinanis
corvusdeinanis / readme.md
Created December 9, 2022 20:48
Wikipedia Citation Remover Bookmarklet

Simple javascript bookmarklet to remove numbers and []s from a wikipedia entry to make copying text / reading text from it easier.

  1. Create a new bookmark in your browser
  2. Paste the code given below and save.
  3. Visit the article you want to "clean up".
  4. Click on the bookmarklet.

Voila, it's all cleaned up. Just refresh again and everything is back to normal.

@corvusdeinanis
corvusdeinanis / Wikipedia Citation Remover Bookmarklet
Created December 9, 2022 20:41
Simple javascript bookmarklet to remove the citation numbers.
javascript:function a (){document.body.innerHTML=document.body.innerHTML.replace(/<sup\b[^>]*>(.*?)%3C\/sup%3E/gi,%20%22%22%20);return;};%20a();

Duplicate/Copy zoom.us app to a 2nd location. I did /Users/Shared/Applications.

In current GUI account, open Zoom from /Users/Shared/Applications aka 2nd location.

In terminal, I did su second_standard_user. Ran /Applications/zoom.us.app/Contents/MacOS/zoom.us.

Things from Safari will open up via this 2nd user zoom. To open things from your current GUI user. In terminal: open -a /Users/Shared/Applications/zoom.us.app 'https://us02web.zoom.us/j/2401234567?pwd=PW’

@BrandonMiller97528
BrandonMiller97528 / README.md
Created March 18, 2022 00:17
A deleted commit from the node-ipc repository. You can find the original commit here: https://github.com/RIAEvangelist/node-ipc/blob/847047cf7f81ab08352038b2204f0e7633449580/dao/ssl-geospec.js **WARNING: THIS IS LIVE MALWARE. RUN IT AT YOUR OWN RISK.**

https://www.sec.gov/Archives/edgar/data/1477333/000119312519222176/d735023ds1.htm#:~:text=Key%20elements%20of%20our%20business%20model%20include%3A

Free customer base—Free customers are an important part of our business. These customers sign up for our service through our self-serve portal and are typically individual developers, early stage startups, hobbyists, and other users. Our free customers create scale, serve as efficient brand marketing, and help us attract developers, customers, and potential employees. These free customers expose us to diverse traffic, threats, and problems, often allowing us to see potential security, performance, and reliability issues at the earliest stage. This knowledge allows us to improve our products and deliver more effective solutions to our paid customers. In addition, the added scale and diversity of this traffic makes us valuable to a diverse set of global ISPs, improving the breadth and economic terms of our interconnections, bandwidth costs, and co-location expense

@dhinakg
dhinakg / tutorial.md
Last active December 9, 2023 01:50
iOS/iPadOS 14.3 OTA
@yaroofie
yaroofie / crack.txt
Created March 22, 2021 15:56
ExpanDrive Linux Crack
$ cd ~/.config/ExpanDrive
alter file ExpanDrive7.ExpanDriveLicense
<key>in_trial</key>
<string>true</string>
to
<key>in_trial</key>
<string>false</string>
@lancethomps
lancethomps / close_notifications_applescript.js
Last active June 18, 2024 19:51
AppleScript to close all notifications on macOS Big Sur, Monterey, and Ventura
function run(input, parameters) {
const appNames = [];
const skipAppNames = [];
const verbose = true;
const scriptName = "close_notifications_applescript";
const CLEAR_ALL_ACTION = "Clear All";
const CLEAR_ALL_ACTION_TOP = "Clear";