Skip to content

Instantly share code, notes, and snippets.

@Raven24
Created November 13, 2012 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Raven24/4066729 to your computer and use it in GitHub Desktop.
Save Raven24/4066729 to your computer and use it in GitHub Desktop.
D* wiki style
/**
-----------------------------------------------------------------------------
### NOTICE -- This gist is obsolete!
If you still want to try out the style, just sign into the wiki, go to
your user preferences under [Appearance] and check the box in the bottom
that says "Enable experimental Diaspora-specific modifications".
Thank you all for testing!
-----------------------------------------------------------------------------
**/
/**
* Wanna try out the new style I've been working on for the upcoming D* Wiki?
*
* 1)
* Go to http://wiki.diaspora-project.org
* 2)
* copy the following snippet
*/
var style=document.createElement("link");style.setAttribute("rel","stylesheet");style.setAttribute("type","text/css");style.setAttribute("href","http://wiki.diaspora-project.org/load.php?debug=false&lang=en&modules=user&only=styles&skin=vector&user=Raven24&version=20121113T161052Z&*");document.getElementsByTagName("head")[0].appendChild(style);​
/**
* 3)
* paste the snippet in your browsers console (e.g. Firebug) and run it
* 4)
* watch what happens ;)
*/
/**
* alternative (in case you don't know what a browser console is or where to find it)
*
* 1)
* go to http://wiki.diaspora-project.org
* 2)
* copy the following snippet
*/
javascript: var style=document.createElement("link");style.setAttribute("rel","stylesheet");style.setAttribute("type","text/css");style.setAttribute("href","http://wiki.diaspora-project.org/load.php?debug=false&lang=en&modules=user&only=styles&skin=vector&user=Raven24&version=20121113T161052Z&*");document.getElementsByTagName("head")[0].appendChild(style);​
/**
* 3)
* paste the snippet in your browsers URL bar and hit [Enter]
* 4)
* watch what happens ;)
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment