Come on, Simba, feed those cubs, feed them to yourself and infanticide be damned, you’ll remain king of the jungle for long enough that at some point you will be wishing for death, but it won’t come at the hands of another, or at the hands of age, it’ll come at the hands of creation, you will fertilize the land with your corpse. There will be a rainforest in many a generation.
My spindle shivers unnecessarily with the weight of just one sun collapsing into itself. I imagine this would make the sun nervous. Think it lives in anticipation of its demise, and as with ourselves, has no idea what will happen to it when it dies? Does it fade to destruction wishing it had done more with its life? Or is its bliss self sustaining, self creating, and oh so masturbatory like a platypus looking nature in the face and asking, “you didn’t see this coming, did you?”
So I decided to mess around with NinjaVideo.net a bit and change the theme of it. I’d never wrote a Greasemonkey userscript before, but I’ve definitely wanted to try it. The object of this was specifically to change the way that the site looks, just the CSS, to remove the things that I don’t want and make have, over all, a cleaner interface.
So then, of course, we want to know how to set up this user script.
I called the file, ninjavideo.user.js, particularly after I realized that user scripts need that at the end of the file name. It sadly took about 10 minutes for that to actually become obvious.
// ==UserScript==
// @name NinjaVideo Skin
// @namespace http://stanistan.com/plus/
// @description Skin for ninjavideo.net
// @include http://ninjavideo.net/*
// @include http://beta.ninjavideo.net/*
// @include http://*.ninjavideo.net/*
// ==/UserScript==
A clean, ad-less, video centered design that I can accomplish with CSS.
stanistan is proudly powered by
WordPress
Entries (RSS)
and Comments (RSS).