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

Block or report PetePearl

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. cookie-copier cookie-copier Public

    Chrome extension for copying cookies between domains

    Svelte 4 4

  2. Генерация календаря Генерация календаря
    1
    function getCalendar(fromYear, toYear = fromYear){
    2
      let res = {};
    3
      for (let y = fromYear; y <= toYear; y++){
    4
        res[y] = getYearArray(y);
    5
      }
  3. css-trick-with-border-examples css-trick-with-border-examples Public

    Примеры нестандартного применение hover-а / Css trick with border, examples

    CSS

  4. windows-hover windows-hover Public

    ховер-эффект как в windows 10 / hover like in windows 10

    JavaScript