Skip to content

Instantly share code, notes, and snippets.

define [at] appropriately and import jquery and this userscript will take your HNQ troubles away
if( at`*stackexchange.com`||at`*stackoverflow.com`||at`*serverfault.com`||at`*superuser.com`||at`*.askubuntu.com` ){
$('#hot-network-questions li > a:not([href^="http://math."]):not([href^="http://ux."])').closest('li').remove()
$('#hot-network-questions li').removeClass('dno').removeClass('js-hidden')
$('#hot-network-questions > a').remove()
$('.ad-container').remove()
$('#newsletter-ad').parent().remove()

Keybase proof

I hereby claim:

  • I am amaramth on github.
  • I am alice_m (https://keybase.io/alice_m) on keybase.
  • I have a public key ASAESRs7udcxgiQ0Lcw0yXrejtdvLbQw93pjAGMJIAWb7go

To claim this, I am signing this object:

"world color survey" says color languages grow ≈

cooldark                       warmlight
cooldark                    light   brightwarm
black             grue             white   brightwarm
black         green   blue         white  red   yellow
black         green   blue         white  red   yellow   brown
black         green  sky ashsea    white  red   yellow   brown
black         green  sky ashsea    white  red   yellow   brown   grey   pink   purple   orange
or

Keybase proof

I hereby claim:

  • I am alice0meta on github.
  • I am alice_m (https://keybase.io/alice_m) on keybase.
  • I have a public key whose fingerprint is DA4A BB2A B8AC 8AE9 0E65 23B4 4644 D055 2C02 C508

To claim this, I am signing this object:

// ==UserScript==
// @name fetch libs
// @namespace comely-naiad
// @version 1.0.0
// @match http://transparent-favicon.info/favicon.ico
// @require https://code.jquery.com/jquery-latest.js
// @require https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.6.0/underscore-min.js
// ==/UserScript==
$.css = function(v){$('head').append('<style media="screen" type="text/css">'+v+'</style>')}