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.
So there’s nothing here yet, but there’ll be a plethora of and about me and my whiles involved and missing sustenance and sustaining substance at the same time.
stanistan is proudly powered by
WordPress
Entries (RSS)
and Comments (RSS).