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

Block or report panzy

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. Commit your LeetCode submission to G... Commit your LeetCode submission to Github! Usage: This is a Tampermonkey script. Open a submission detail page and execute this script from the context menu.
    1
    // ==UserScript==
    2
    // @name         LeetCode to Github
    3
    // @namespace    http:https://tampermonkey.net/
    4
    // @version      0.1
    5
    // @description  Commit your LeetCode submission to Github! Usage: Open a submission detail page and execute this script from the context menu.
  2. Tampermonkey userscript: modify the ... Tampermonkey userscript: modify the delete buttons of Cambridge Dictionary word list
    1
    /**
    2
     * Modify Cambridge Dictionary word list:
    3
     *  1. change the delete button's behavior, preventing it from reloading the list,
    4
     *     to avoid losing the scrolling position;
    5
     *  2. move the delete button from the bottom of a item to the top of it, so that
  3. coding-exercises coding-exercises Public

    My workspace for coding exercises.

    Java

  4. spirograph-toy spirograph-toy Public

    Simulate a spirograph set.

    JavaScript