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
// ==UserScript== | |
// @name Magic Links Enhancer | |
// @namespace stackexchange.com/users/4337810/ | |
// @version 1.0.1 | |
// @description Enhances magic links in SE comments to make them more useful | |
// @author ᔕᖺᘎᕊ (stackexchange.com/users/4337810/) | |
// @match *://*.stackoverflow.com/questions/* | |
// @match *://*.stackexchange.com/questions/* | |
// @match *://*.superuser.com/questions/* | |
// @match *://*.serverfault.com/questions/* |
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
// ==UserScript== | |
// @name Copy as markdown | |
// @namespace http://stackexchange.com/users/4337810/ | |
// @version 1.3 | |
// @description A userscript that lets you quickly copy content on SE as markdown. Just select and pres Ctrl+Alt+M | |
// @author ᔕᖺᘎᕊ (http://stackexchange.com/users/4337810/) | |
// @match *://*.stackexchange.com/* | |
// @match *://*.stackoverflow.com/* | |
// @match *://*.superuser.com/* | |
// @match *://*.serverfault.com/* |
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
// ==UserScript== | |
// @name Stack Overflow result expander in Google Search | |
// @namespace stackexchange.com/users/4337810/ | |
// @version 1.0 | |
// @description Expands links to Stack Overflow questions in Google Search | |
// @author ᔕᖺᘎᕊ (stackexchange.com/users/4337810/) | |
// @match *://*.google.com/search* | |
// @match *://*.google.co.uk/search* | |
// @require https://code.jquery.com/jquery-2.2.4.min.js | |
// @grant none |
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
// ==UserScript== | |
// @name Own Answer Hint | |
// @namespace https://github.com/shu8 | |
// @version 1.0.0 | |
// @description Adds a message to the top of the page when viewing a question you have answered previously | |
// @author ᔕᖺᘎᕊ (https://stackexchange.com/users/4337810/, https://github.com/shu8) | |
// @match *://*.stackoverflow.com/questions/* | |
// @match *://*.stackexchange.com/questions/* | |
// @match *://*.superuser.com/questions/* |
OlderNewer