Skip to content

davidnoyes/kaboodle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kaboodle

Put fake ads on your site to make it look legit.

Before: Before.

After: After.

Installation

Insert the following script tag into the place where you want ads:

<script src="https://s3-us-west-2.amazonaws.com/kaboodle/kaboodle.js" type="text/javascript"></script>

Ad creatives will be injected directly to your DOM, for free, without any pesky trackers!

Join Kaboodle

If you have a weird or interesting website, create a pull request containing the ad creative (approx. 210px x 176px), the clickthrough URL, and the caption. As long as it's weird enough and seems legit, it'll be added to the CDN.

Options

Kaboodle will automatically adjust the number of creatives displayed based on the width of the parent element. By setting the data-num-rows attribute of the kaboodle script tag, you can control the number of rows of creatives kaboodle will display. By default, the number of rows is 2.

<script data-num-rows="2" src="https://s3-us-west-2.amazonaws.com/kaboodle/kaboodle.js" type="text/javascript"></script>

More options soon.

About/License

Created for Best Stories Online. MIT License.

About

Put fake ads on your site to make it look legit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.3%
  • CSS 8.8%
  • HTML 3.7%
  • Shell 1.2%