Skip to content

Instantly share code, notes, and snippets.

@shu8
shu8 / magicLinkEnhancer.user.js
Last active March 25, 2020 19:09
Enhances magic links in SE comments to make them more useful
// ==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/*
@shu8
shu8 / markdownCopier.user.js
Last active October 30, 2024 19:19
A userscript that lets you quickly copy content on SE as markdown. Just select and pres Ctrl+Alt+M
// ==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/*
@shu8
shu8 / hiddenCommentIndicator.user.js
Created May 20, 2016 21:33
A userscript that adds a darker border underneath comments if there are some hidden after it
// ==UserScript==
// @name Hidden comment indicator
// @namespace http://stackexchange.com/users/4337810/
// @version 1.0
// @description A userscript that adds a darker border underneath comments if there are some hidden after it
// @author ᔕᖺᘎᕊ (http://stackexchange.com/users/4337810/)
// @match *://*.stackexchange.com/questions/*
// @match *://*.stackoverflow.com/questions/*
// @match *://*.superuser.com/questions/*
// @match *://*.serverfault.com/questions/*
@shu8
shu8 / soLinkExpander.user.js
Last active April 16, 2017 11:07
Userscript that expands links to Stack Overflow questions in Google Search
// ==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
@shu8
shu8 / own-answer-hint.user.js
Created March 14, 2019 19:08
Userscript that adds a message to the top of the page when viewing a question you have answered previously
// ==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/*