Skip to content

Instantly share code, notes, and snippets.

View zzJinux's full-sized avatar

Jinwook Jeong (Edgar) zzJinux

View GitHub Profile
@zzJinux
zzJinux / github.jetbrains-markdown-theme.css
Last active October 26, 2025 14:46 — forked from kshetline/github.css
Github styling for Jetbrains/Intellij Markdown Preview -- A Very Close Match
/*
This CSS allows the Jetbrains/Intellij Markdown Preview to closely match the appearance of Markdown
documentation as viewed on GitHub.
Both the light GitHub theme and the dark theme are included here, although only the light theme works by
default. The dark theme is deactivated with an as-yet-unsupported "@media (prefers-color-scheme: dark)"
media query. Simply delete and/or comment out the light theme colors below, and then remove the enclosing
media query from the dark theme colors, in order to use those colors instead.
Color matching GitHub's syntax coloring inside code fences remains a problem. The Jetbrains preview
@zzJinux
zzJinux / medium.user.js
Last active August 13, 2025 06:02 — forked from mathix420/medium.user.js
Bypass Medium Paywall fork: do not redirect for free posts
// ==UserScript==
// @name Medium Paywall Bypass
// @namespace Violentmonkey Scripts
// @run-at document-start
// @match *://*/*
// @grant none
// @version 2.4_4
// @updateURL https://gist.github.com/zzJinux/364725e7c61810719286d94e88a4e38c/raw/medium.user.js
// @downloadURL https://gist.github.com/zzJinux/364725e7c61810719286d94e88a4e38c/raw/medium.user.js
// @website https://freedium.cfd
@zzJinux
zzJinux / basic-card_1.md
Last active July 15, 2019 09:20
Anki: Basic note type

Front Template

<div class="deck-label">{{Deck}}</div>
<div class="field">{{Front}}</div>
{{Front}}

Back Template

{{FrontSide}}