Skip to content

Instantly share code, notes, and snippets.

View alnahian2003's full-sized avatar
😀
“It works on my machine”

Al Nahian alnahian2003

😀
“It works on my machine”
View GitHub Profile
/**
* Medium 50-Clap Automator
* * Instructions:
* 1. Open a Medium article.
* 2. Open Browser Console (F12 or Ctrl+Shift+I or Cmd+Option+J on Mac).
* 3. Paste this code and hit Enter.
* * Warning: DO NOT USE THIS FOR SPAMMING.
*/
(function() {
@alnahian2003
alnahian2003 / my_vscode_settings.json
Created March 19, 2024 16:00
My VS Code Settings
{
/**
* Better Defaults
**/
"editor.copyWithSyntaxHighlighting": false,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"editor.snippetSuggestions": "top",
"diffEditor.ignoreTrimWhitespace": false,
"workbench.sideBar.location": "right",