This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| /** | |
| * Better Defaults | |
| **/ | |
| "editor.copyWithSyntaxHighlighting": false, | |
| "files.trimFinalNewlines": true, | |
| "files.trimTrailingWhitespace": true, | |
| "editor.snippetSuggestions": "top", | |
| "diffEditor.ignoreTrimWhitespace": false, | |
| "workbench.sideBar.location": "right", |