Giter Club home page Giter Club logo

murderedout.js's Introduction

murderedOut-js

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 from the site [murderedOutjs.com](http://murderedoutjs.com) 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 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;
	}
		
		

made with โ™ก by Lisa & Jordan

murderedout.js's People

Contributors

lisafolkerson avatar jrdnndtsch avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.