Skip to content
View frontend-sensei's full-sized avatar
🪙
🪙
Block or Report

Block or report frontend-sensei

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

  1. smart-back smart-back Public

    Smart gesture for navigation across web application

    HTML

  2. design_into_code design_into_code Public

    Turning Design into Code. HTML / CSS.

    CSS 7 4

  3. lockpick lockpick Public

    Unlocking locks game

    JavaScript 1

  4. wheely wheely Public

    Add ability to scroll pages by pressing mouse wheel on Linux OS in Google Chrome.

    JavaScript 1

  5. Convert SVG colors to Black and white Convert SVG colors to Black and white
    1
    function convertColorsToTotalBlackAndWhite(svgString) {
    2
      const BLACK_THRESHOLD = 128;
    3
      const WHITE_THRESHOLD = 127;
    4
    
                  
    5
      const convertColor = (color) => {