Skip to content

Instantly share code, notes, and snippets.

View shu8's full-sized avatar

Shubham Jain shu8

View GitHub Profile
@shu8
shu8 / favouritesEnhancer.user.js
Last active July 17, 2023 21:39
Userscript to allow you to tag favourites and add personal notes to them on StackExchange sites
// ==UserScript==
// @name Favourites enhancer
// @namespace http://stackexchange.com/users/4337810/%E1%94%95%E1%96%BA%E1%98%8E%E1%95%8A
// @version 1.1
// @description Allows you to tag favourites and add personal notes to them
// @author ᔕᖺᘎᕊ (http://stackexchange.com/users/4337810/%E1%94%95%E1%96%BA%E1%98%8E%E1%95%8A)
// @match *://*.stackexchange.com/*
// @match *://*.stackoverflow.com/*
// @match *://*.superuser.com/*
// @match *://*.serverfault.com/*
@shu8
shu8 / markdownCopier.user.js
Last active May 17, 2022 07:55
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 / stopAutoplayingGifs.user.js
Created March 31, 2016 18:08
A userscript that stops auto-playing GIFs in chat
// ==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
@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 / 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/*
@shu8
shu8 / youtubeVideoHider.user.js
Last active January 22, 2019 23:00
Hide YouTube videos (only listen to the audio)
// ==UserScript==
// @name Youtube Video hider (to only listen to audio)
// @namespace http://stackexchange.com/users/4337810/
// @version 1.1
// @description A userscript that hides most of the video content on youtube, so you can listen rather than watch!
// @author ᔕᖺᘎᕊ (http://stackexchange.com/users/4337810/)
// @match *://*.youtube.com/*
// @run-at document-end
// @grant none
// ==/UserScript==
@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 / 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 / alignBadgesByClass.user.js
Created March 30, 2016 15:06
A userscript that aligns badges by class on user profile pages
// ==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/*
@shu8
shu8 / linkedPostsIndicator.user.js
Created March 29, 2016 18:08
A userscript that adds arrows on linked posts in the sidebar to show whether they are being linked to or from
// ==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/*