Skip to content
View JanPlazovnik's full-sized avatar
🥐
🥐

Organizations

@SloCraft @Future-X-si
Block or Report

Block or report JanPlazovnik

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. Graphify Graphify Public

    Web app that shows your top 10 artists and songs on Spotify

    TypeScript 1

  2. djs-ts-template djs-ts-template Public template

    Template for a discord.js v14 bot using TypeScript

    TypeScript 1

  3. DiscordShare DiscordShare Public

    Web app that makes sharing your Discord profile a little more ✨ interesting ✨

    TypeScript

  4. advent-of-code advent-of-code Public

    🎅 My solutions for Advent of Code

    TypeScript

  5. TypeScript implementation of the JSe... TypeScript implementation of the JSend specification
    1
    export interface ApiResponse {
    2
        status: 'success' | 'fail' | 'error';
    3
        data?: any;
    4
        message?: any;
    5
    }
  6. A Tampermonkey script that removes a... A Tampermonkey script that removes any blacklisted courses from the page
    1
    // ==UserScript==
    2
    // @name        Remove old classes from eŠtudij
    3
    // @author      Jan Plazovnik
    4
    // @include     https://estudij.um.si/
    5
    // @version     1