A beautiful rainbow heart

murderedOut.js

"Lights Out for Earth Day"

Why Murdered Out?

Sometimes when we are on websites our screens produce a hefty amount of light. Industry front runners have addressed this issue through the creation of visually darker sites (Blackl, The Dark Side of Google, etc.).

These alternatives are cognizant that the artificial light emitted by your computer contributes to the degradation of photic habitats and to the average levels of natural light. This light is human generated. Accordingly, it is up to us, on earth day and every day, to reduce the amount of artificial light we are producing.

People may choose to Murder Out their own websites on Earth Day, April 22, to encourage users to use less energy.

Also as Rick Ross once said "Success in my possession, had you murdered out of karma".

Basically murdering out your site successfully results in good karma.

How to Murder Out

Murder out any site from your browser

Drag the bookmarklet below into your bookmarks tab or right-click add to bookmarks. From there you can click it while you are on any site to simply and easily Murder It Out

☠ Murder Out ☠

Murder Out your own site (for Earth Day)

Murdering out your website is simple. The first step is to include the muderedOut.js file and link to it in your HTML. It will look a little something like this:


	<script src="murderedOut.js"></script>

			

Once you have linked the murderedOut.js file you need to call the murderedOut() function in your main scripts file. That looks like this:


	$(function(){
		murdered();	
	});//end doc ready

			

If you have colourful before and after pseudo elements in your code give them a class of "murder" and add the following CSS to your styles sheet.


	.murder:before, .murder:after {
		background-color: black;
		background-image: none;
		color: #333;
		text-shadow: 0 0 0 black;
		border: 1px solid black;
		box-shadow: 0 0 0 black;
		border-color: black;
		fill: black;
	}
		
		

Murder Out