Skip to content
View jadwigo's full-sized avatar
Block or Report

Block or report jadwigo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. How to add a konamicode to your jque... How to add a konamicode to your jqueries
    1
    // Konami code block
    2
    jQuery(function( $ ){         
    3
        if ( window.addEventListener ) {
    4
            var kkeys = [], konami = "38,38,40,40,37,39,37,39,66,65";
    5
            window.addEventListener("keydown", function(e){
  2. demoji.js demoji.js Public

    Remove emoji from input forms to prevent database problems

    JavaScript