Giter VIP home page Giter VIP logo

console-fright-night's Introduction

Console Fright Night

Give someone an Audio fright... or welcome, when they open the web inspector/console on your website. (using safari/chrome ... sorry!)

Instructions

Console Fright Night is a stand alone library (no jquery, or the likes) so usage is pretty straight forward. You'll need to include CFN.js to your page, and create a new instance of CFN.

Usage

Console Fright Night (CFN) lives entirely within the js realm, which makes things fairly simple to use.

<script>
// Elevator script included on the page, already.

// You can init the script, by calling.
window.onload = function() {
  new CFN({src: "path-to-your-audio-file.mp3"});
}

</script>

But How

CFN defines a custom "getter" to an audio element, which is then constantly logged to the console. When the browser is actually open, this getter will be triggered, allowing us to detect that the console is open. This happens on lines 31 - 33 of cfn.js.

Because of these console checks, it will look like your console is being spammed, but thats how it works. Not much else we can do there.

License

Console Fright Night is covered by the MIT License.

Copyright (C) 2016 ~ Tim Holman ~ [email protected]

console-fright-night's People

Contributors

tholman avatar

Watchers

Riley Shaw 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.