See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| // ==UserScript== | |
| // @name Comment IDs | |
| // @version 0.1 | |
| // @description Get Scratch comment IDs | |
| // @author Kenny2github | |
| // @match https://scratch.mit.edu/* | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js | |
| // @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
| // @updateURL https://gist.githubusercontent.com/Kenny2github/a25dff9c52c90d6f062209df43ef0200/raw/copy-comment.user.js | |
| // ==/UserScript== |
JSON containing links to the all known PaperMC versions.
Note
This JSON is being updated manually.
If you want to always have the most actual paper-versions.json, check out this generator: qing762/paper-version-links (dynamic JSON)
Kudos to @qing762
| // ==UserScript== | |
| // @name Scratch - view stepping | |
| // @namespace none | |
| // @version 1.1 | |
| // @description Allows you to see which block currently executes in the Scratch editor (scratch.mit.edu), which is useful for debugging. | |
| // @author BoomerScratch | |
| // @match https://scratch.mit.edu/projects/* | |
| // @grant none | |
| // @run-at document-start | |
| // @homepageURL https://gist.github.com/BoomerScratch/0592337050810244236d69a4267b3913 |
| // ==UserScript== | |
| // @name Don't Load Project | |
| // @description Do not load project when reading comments | |
| // @author apple502j | |
| // @match https://scratch.mit.edu/projects/* | |
| // ==/UserScript== | |
| // Credit to Florrie | |
| const destroyGUI = () => { | |
| const oldMap = Array.prototype.map; |
| // ==UserScript== | |
| // @name Quick links to Scratcher's statistics | |
| // @namespace https://scratch.mit.edu/users/-Xanimation- | |
| // @version 5.1 | |
| // @description Quick links on profiles to ScratchStats.com and Hans5958's Scratch Stats for that specific user. | |
| // @author @devxan & @Hans5958 on github | |
| // @license MIT | |
| // @match https://scratch.mit.edu/users/* | |
| // @grant none | |
| // @updateURL https://gist.github.com/devxan/d32e5aeff1980f72f425ecc54a4bbfa9/raw/Scratch-Stats-Link.user.js |
| let cache; webpackChunkdiscord_app.push([["wp_isdev_patch"], {}, r => cache=r.c]); | |
| var UserStore = Object.values(cache).find(m => m?.exports?.default?.getUser).exports.default; | |
| var actions = Object.values(UserStore._dispatcher._actionHandlers._dependencyGraph.nodes); | |
| var user = UserStore.getCurrentUser(); | |
| actions.find(n => n.name === "ExperimentStore").actionHandler.CONNECTION_OPEN({ | |
| type: "CONNECTION_OPEN", user: {flags: user.flags |= 1}, experiments: [], | |
| }); | |
| actions.find(n => n.name === "DeveloperExperimentStore").actionHandler.CONNECTION_OPEN(); | |
| webpackChunkdiscord_app.pop(); user.flags &= ~1; "done"; |
For education purposes only. All code credit to @retronbv, I just decided to make this gist along with instructions because I wanted to share it with more people and I also thought you might like it. 😄 Click here to view the original console version. This also might be against the Discord TOS, so use at your own risk!
Select all the code of a version of the bookmarklet and drag that text into your bookmarks bar. Rename it if you would like. In the future you can open up a random website, click this, wait for the nitro to load, and if you didn't receive Nitro then click the bookmarklet again. To open up a new tab of possible Discord Nitro every time you click it, hold the Ctrl key as you press your mouse onto the bookmarklet. This will work even on chromium-based new tab pages! (Clicking the bookmarklet without holding the Ctrl key will not work on chromium-based new
| /** | |
| * @name Adblock for Discord | |
| * @author TheSunCat and contributors | |
| * @version 1.0.0 | |
| * @description We have moved to Codeberg! Follow the link below: | |
| * @source https://codeberg.org/AllPurposeMat/Disblock-Origin | |
| */ | |
| #app-mount::before { | |
| content: "The Disblock Origin theme has moved to Codeberg! Please check https://codeberg.org/AllPurposeMat/Disblock-Origin"; |
Discord is now slowly rolling out the ability to send colored messages within code blocks. It uses the ANSI color codes, so if you've tried to print colored text in your terminal or console with Python or other languages then it will be easy for you.
To be able to send a colored text, you need to use the ansi language for your code block and provide a prefix of this format before writing your text:
\u001b[{format};{color}m