Skip to content

Instantly share code, notes, and snippets.

View shu8's full-sized avatar

Shubham Jain shu8

View GitHub Profile
// ==UserScript==
// @name Interesting Questions alternate highlighting
// @namespace http://stackexchange.com/users/4337810/%E1%B9%A7%D0%BD%CA%8A%C3%9F
// @version 0.2
// @description Changes Stack Exchange websites 'favorite tags' highlighting to just the tag.
// @author ṧнʊß
// @match *://*.stackexchange.com/*
// @match *://*.stackoverflow.com/*
// @match *://*.superuser.com/*
// @match *://*.serverfault.com/*
@shu8
shu8 / highlightAnswers.user.js
Last active August 29, 2015 14:12
Highlight's the names of answerer's on SE websites
// ==UserScript==
// @name Highlight answerer's comments
// @namespace http://stackexchange.com/users/4337810/%E1%B9%A7%D0%BD%CA%8A%C3%9F
// @version 0.3
// @description Highlight's the names of answerer's on SE websites
// @author ṧнʊß (http://stackexchange.com/users/4337810/%E1%B9%A7%D0%BD%CA%8A%C3%9F)
// @require https://raw.githubusercontent.com/hazzik/livequery/master/dist/jquery.livequery.min.js
// @match *://*.stackexchange.com/*
// @match *://*.stackoverflow.com/*
// @match *://*.superuser.com/*
@shu8
shu8 / features.user.js
Last active August 29, 2015 14:13
Userscript to add a bunch of optional 'features' to the StackExchange sites.
// ==UserScript==
// @name SE Extra, Optional Features
// @namespace http://stackexchange.com/users/4337810/%E1%B9%A7%D0%BD%CA%8A%C3%9F
// @version 0.6
// @description Adds a bunch of optional 'features' to the StackExchange sites.
// @author ṧнʊß (http://stackexchange.com/users/4337810/%E1%B9%A7%D0%BD%CA%8A%C3%9F)
// @match *://*.stackexchange.com/*
// @match *://*.stackoverflow.com/*
// @match *://*.superuser.com/*
// @match *://*.serverfault.com/*
@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 / addTagPopups.user.js
Created July 12, 2015 12:08
A userscript that adds the popup for related tags shown on the tag wiki pages.
// ==UserScript==
// @name Enable tag popup on tag wiki pages
// @namespace http://stackexchange.com/users/4337810/
// @version 1.0
// @description A userscript that adds the popup for related tags shown on the tag wiki pages.
// @author ᔕᖺᘎᕊ (http://stackexchange.com/users/4337810/)
// @match *://*.stackexchange.com/tags/*
// @match *://*.stackoverflow.com/tags/*
// @match *://*.superuser.com/tags/*
// @match *://*.serverfault.com/tags/*
@shu8
shu8 / side-by-side-editing-for-answers.js
Created July 12, 2015 20:00
answerSideBySideEditing
(function(){
$("#content").width(1360);
$("#post-editor").removeClass("post-editor");
$("#post-editor").width(1360);
$(".community-option").css("float","left");
$(".wmd-container").css("float","left");
$("#wmd-preview").css({"clear":"none","margin-left":"20px","float":"right"});
$('.wmd-button-bar').css('float', 'none');
})()
@shu8
shu8 / quick-revision-comment-viewer.user.js
Created July 13, 2015 14:13
Quick Revision Comment Viewer
// ==UserScript==
// @name View revision comments quickly
// @namespace http://stackexchange.com/users/4337810/
// @version 1.0
// @description Adds the latest revision's comment as a tooltip for quick and easy viewing
// @author ᔕᖺᘎᕊ (http://stackexchange.com/users/4337810/)
// @match *://*.stackexchange.com/*
// @match *://*.stackoverflow.com/*
// @match *://*.superuser.com/*
// @match *://*.serverfault.com/*
@shu8
shu8 / add-asked-date-tooltip.user.js
Created July 23, 2015 11:18
Adds a tooltip to the 'modified'/'answered' parts of questions on the homepage that tells you when the question was asked.
// ==UserScript==
// @name Get asked date
// @namespace http://stackexchange.com/users/4337810/
// @version 1.0
// @description Adds a tooltip to the 'modified'/'answered' parts of questions on the homepage that tells you when the question was asked.
// @author ᔕᖺᘎᕊ (http://stackexchange.com/users/4337810/)
// @match *://*.stackexchange.com/*
// @match *://*.stackoverflow.com/*
// @match *://*.superuser.com/*
// @match *://*.serverfault.com/*
@shu8
shu8 / area51RevisionsLink.user.js
Created August 5, 2015 13:58
Area51 Revisions Link
@shu8
shu8 / se-privs-linkifier.user.js
Last active August 29, 2015 14:27
Converts the divs on the privileges page of every SE site into anchors to make them real links
// ==UserScript==
// @name SE privileges linkifier
// @namespace http://stackexchange.com/users/4337810/
// @version 1.0
// @description Converts the divs on the privileges page of every SE site into anchors to make them
// @author ᔕᖺᘎᕊ (http://stackexchange.com/users/4337810/)
// @match *://*.stackexchange.com/help/privileges
// @match *://*.stackoverflow.com/help/privileges
// @match *://*.superuser.com/help/privileges
// @match *://*.serverfault.com/help/privileges