Skip to content

Instantly share code, notes, and snippets.

@rycuda
rycuda / unregisterbullshit.user.js
Last active September 8, 2015 07:53
It's lovely when the article fills the page. http://imgur.com/a/2kAQC demonstrates the effect
// ==UserScript==
// @name Register bullshit removal
// @version 0.3
// @homepage https://gist.github.com/rycudasakkran/8ce3c317c3f5472945bd/edit
// @description Remove bullshit from register articles
// @match http://www.theregister.co.uk/*
// ==/UserScript==
(function() {
#! /bin/bash
#
# collectd - start and stop the statistics collection daemon
# http://collectd.org/
#
# Copyright (C) 2005-2006 Florian Forster <[email protected]>
# Copyright (C) 2006-2009 Sebastian Harl <[email protected]>
#
### BEGIN INIT INFO