Skip to content
View kymokleo's full-sized avatar
💭
I wonder
💭
I wonder
  • Hong Kong
  • 06:40 (UTC +08:00)

Block or report kymokleo

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. addy-browser-extension addy-browser-extension Public

    Forked from anonaddy/browser-extension

    The source code for the browser extension

    Vue

  2. kymokleo.github.io kymokleo.github.io Public

    Set up as GitHub profile page.

    CSS

  3. raycast-extensions raycast-extensions Public

    Forked from raycast/extensions

    Fork of Raycast extensions.

    TypeScript

  4. safari-userscripts safari-userscripts Public

    Forked from quoid/userscripts

    A fork of the open-source Safari userscript manager

    Swift

  5. Run as a bookmarklet to remove annoy... Run as a bookmarklet to remove annoying sticky elements on webpages, such as cookie notifications and floating widgets.
    1
    const killStickyElements = () => {
    2
      document.querySelectorAll("body *").forEach(function (node) {
    3
        if (["fixed", "sticky"].includes(getComputedStyle(node).position)) {
    4
          node.parentNode.removeChild(node);
    5
        }
  6. brave-search-goggles brave-search-goggles Public