Skip to content
View okj579's full-sized avatar

Organizations

@musikwerk-stuttgart
Block or Report

Block or report okj579

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. MDN I'm Feeling Lucky MDN I'm Feeling Lucky
    1
    // ==UserScript==
    2
    // @name         MDN I'm feeling lucky
    3
    // @author       okj579
    4
    // @version      2.0.1
    5
    // @description  Redirects you from the search page to the first result if it matches your query exactly (or with '..' instead of '.prototype.')
  2. Code-golfed (240B) cookie library Code-golfed (240B) cookie library
    1
    /**
    2
     * @function cookie.set(name, value, expires)
    3
     * 
    4
     * @param name {string} Name of cookie
    5
     * @param value {string} Value of cookie