Skip to content

Instantly share code, notes, and snippets.

View shu8's full-sized avatar

Shubham Jain shu8

View GitHub Profile
@shu8
shu8 / bounty-count-adder.user.js
Created August 20, 2015 18:00
Adds the number of bounties someone has offered/earned to the tab names on their profile page
// ==UserScript==
// @name Bounty count on user profile page
// @namespace http://stackexchange.com/users/4337810/
// @version 1.0
// @description Adds the number of bounties someone has offered/earned to the tab names on their profile page
// @author ᔕᖺᘎᕊ (http://stackexchange.com/users/4337810/)
// @match *://*.stackexchange.com/users/*
// @match *://*.stackoverflow.com/users/*
// @match *://*.superuser.com/users/*
// @match *://*.serverfault.com/users/*
@shu8
shu8 / addAuthorNameInInbox.user.js
Last active October 22, 2015 13:43
Adds the author's name for comments, answers, and edits in the topbar inbox dialog
// ==UserScript==
// @name Add author name to inbox notifications
// @namespace http://stackexchange.com/users/4337810/
// @version 1.0
// @description Adds the author's name for comments, answers, and edits in the topbar inbox dialog
// @author ᔕᖺᘎᕊ (http://stackexchange.com/users/4337810/)
// @match *://*.stackexchange.com/*
// @match *://*.stackoverflow.com/*
// @match *://*.superuser.com/*
// @match *://*.serverfault.com/*
@shu8
shu8 / SE-Custom-Magic-Links.user.js
Created October 28, 2015 15:45
A userscript that lets you make custom magic links to use in the comments on SE sites
@shu8
shu8 / viewPostsInline.user.js
Created November 22, 2015 17:07
View posts inline
// ==UserScript==
// @name Display linked posts inline!
// @namespace http://stackexchange.com/users/4337810/
// @version 1.0
// @description Adds an arrow to links in posts/comments to expand and show the contents of the post
// @author ᔕᖺᘎᕊ (http://stackexchange.com/users/4337810/)
// @match *://*.stackexchange.com/questions/*
// @match *://*.stackoverflow.com/questions/*
// @match *://*.superuser.com/questions/*
// @match *://*.serverfault.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 / accepted-answer-score-warning.user.js
Last active February 11, 2016 07:18
Mark accepted answer if it is not the highest-scored answer
// ==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/*
@shu8
shu8 / tabluarReviewerStats
Last active March 29, 2016 13:56
A userscript that makes the reviewer stats less wordy :)
// ==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/*
@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/*
@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 / 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