SkillAgentSearch skills...

Contra

The Contra (Konami) code in JavaScript

Install / Use

/learn @jish/Contra
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Add the Contra (Konami) code to any website.

All you have to do is include the contra.js script:

<script src="contra.js" type="text/javascript" charset="utf-8"></script>

You can either react based on css styles:

body.contra div.foo {
  /* Awesome style here */
}

Or you can add your own javascript handlers and the possibilities are endless:

Contra.addHandler(function() {
  // Awesome things here
});

Develop

$ npm install
$ npm install -g broccoli-cli

Build

$ broccoli build dist

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated3y ago
Forks2

Languages

JavaScript

Security Score

60/100

Audited on Jul 31, 2022

No findings