View HideJobs.user.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 Hide Jobs | |
// @namespace http://github.com/Tiny-Giant | |
// @version 1.0.0.1 | |
// @description Hides references to Stack Overflow Jobs | |
// @author @TinyGiant | |
// @include /https?:\/\/(meta\.)?stackoverflow\.com/.*/ | |
// @grant none | |
// ==/UserScript== | |
/* jshint -W097 */ |
View gist:fc7164f6e939070db7393345c9caec12
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
This morning I've noticed that the syntax colouring has been *completely* redone. This post will cover C# in particular, but I'm sure there will be similar issues among other languages. | |
Here's how it looks now: | |
[![enter image description here][1]][1] | |
Here's how it looks in Visual Studio 2015 with the default theme: | |
[![enter image description here][2]][2] |
View gist:4db1bace4966bcf0646b
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
barricade,-1.787|0|-0.524|-0.001|,-0.601|0|-0.499|-0.001|,0.303|0|-0.519|-0.001|,1.239|0|-0.471|-0.001|,2.271|0|-0.527|-0.001|,3.19|0|0.476|269.999|,3.163|0|1.392|269.999|,3.139|0|2.363|269.999|,3.165|0|3.381|269.999|,3.137|0|4.344|269.999|,-2.544|0|4.578|269.999|,-2.528|0|3.611|269.999|,-2.556|0|2.61|269.999|,-2.561|0|1.72|269.999|,-2.568|0|0.81|269.999|,-2.588|0|-0.143|269.999|,2.251|0|5.353|179.998|,1.336|0|5.347|179.998|,0.223|0|5.346|179.998|,-0.809|0|5.36|179.998|,-1.768|0|5.338|179.998|,-2.867|0|5.589|134.998|,3.139|0|5.338|59.998|;floor,2.758|1.5|2.433|-0.001|2,2.258|1.5|2.933|89.999|2,2.258|1.5|3.933|89.999|2,1.258|1.5|4.933|270|2,0.258|1.5|4.933|270|2,-0.742|1.5|4.933|270|2,-1.742|1.5|4.933|270|2,-2.242|1.5|3.433|180|2,-2.242|1.5|2.433|180|2,-2.242|1.5|1.433|180|2,-2.242|1.5|0.433|180|2,-0.742|1.5|-0.067|89.999|2,0.258|1.5|-0.067|89.999|2,-1.242|1.5|1.433|180|2,-1.242|1.5|2.433|180|2,-1.242|1.5|3.433|180|2,-0.242|1.5|2.433|180|2,-0.242|1.5|3.433|180|2,1.758|1.5|3.433|-0.001|2,1.758|1.5|2.433|-0.001| |
View gist:2845b952eb8330016a5f
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 Better Dupe Finder | |
// @namespace https://github.com/Tiny-Giant/ | |
// @version 1.0.0.0 | |
// @description This logs the results of any AJAX requests made to the console. | |
// @author @Rob | |
// @include /https?:\/\/\w*.?stackoverflow.com/.*/ | |
// @grant none | |
// ==/UserScript== |