Skip to content

Instantly share code, notes, and snippets.

View KNN-07's full-sized avatar
😞
Cold af

Nguyen Khac Trung Kien KNN-07

😞
Cold af
View GitHub Profile
@KNN-07
KNN-07 / index.pug
Created July 25, 2023 12:03
POP ART Button
.subscribe-box
h2 Subscribe to our mailing list
form.subscribe
input(type="email", placeholder="example@gmail.com", autocomplete="off" required)
button(type="submit")
span Subscribe
@KNN-07
KNN-07 / cf_get_random.js
Created September 5, 2023 11:13
CF Random Current Page
// ==UserScript==
// @name Codeforces Get Random
// @namespace https://github.com/KNN-07
// @version 1.0
// @description try to take over the world!
// @author KNN-07 / normankr07
// @match https://*.codeforces.com/problemset*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// ==/UserScript==