This file contains 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/* |
This file contains 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 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 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 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 Stop GIFs auto-playing | |
// @namespace http://stackexchange.com/users/4337810/ | |
// @version 1.0 | |
// @description A userscript that stops auto-playing GIFs in chat | |
// @author ᔕᖺᘎᕊ (http://stackexchange.com/users/4337810/) | |
// @match *://chat.stackoverfow.com/* | |
// @match *://chat.meta.stackexchange.com/* | |
// @match *://chat.stackexchange.com/* | |
// @require https://rawgit.com/krasimir/gifffer/master/build/gifffer.min.js |
This file contains 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 User Profile Badge alignment | |
// @namespace http://stackexchange.com/users/4337810/ | |
// @version 1.0 | |
// @description A userscript that aligns badges by class on user profile pages | |
// @author ᔕᖺᘎᕊ (http://stackexchange.com/users/4337810/) | |
// @match *://*.stackexchange.com/users/* | |
// @match *://*.stackoverflow.com/users/* | |
// @match *://*.superuser.com/users/* | |
// @match *://*.serverfault.com/users/* |
This file contains 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 Mark linked posts as whether they are linked to or linked from | |
// @namespace http://stackexchange.com/users/4337810/ | |
// @version 1.0 | |
// @description A userscript that adds arrows on linked posts in the sidebar to show whether they are being linked to or from | |
// @author ᔕᖺᘎᕊ (http://stackexchange.com/users/4337810/) | |
// @match *://*.stackoverflow.com/* | |
// @match *://*.stackexchange.com/* | |
// @match *://*.superuser.com/* | |
// @match *://*.serverfault.com/* |
This file contains 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 Tabular reviewer stats on /review/suggested-edits | |
// @namespace http://stackexchange.com/users/4337810/ | |
// @version 1.1 | |
// @description A userscript that makes the reviewer stats less wordy :) | |
// @author ᔕᖺᘎᕊ (http://stackexchange.com/users/4337810/) | |
// @match *://*.stackoverflow.com/review/suggested-edits/* | |
// @match *://*.stackexchange.com/review/suggested-edits/* | |
// @match *://*.superuser.com/review/suggested-edits/* | |
// @match *://*.serverfault.com/review/suggested-edits/* |
This file contains 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 Mark accepted answer if it is not the highest-scored answer | |
// @namespace http://stackexchange.com/users/4337810/ | |
// @version 1.0 | |
// @description Mark accepted answer if it is not the highest-scored answer | |
// @author ᔕᖺᘎᕊ (http://stackexchange.com/users/4337810/) | |
// @match *://*.stackexchange.com/questions/* | |
// @match *://*.stackoverflow.com/questions/* | |
// @match *://*.superuser.com/questions/* | |
// @match *://*.serverfault.com/questions/* |
NewerOlder