Skip to content

Instantly share code, notes, and snippets.

View DeTK's full-sized avatar

DeTK DeTK

View GitHub Profile
@DeTK
DeTK / Photoshop_Constants_Rosetta_Stone
Created September 13, 2020 21:23 — forked from codewings/Photoshop_Constants_Rosetta_Stone
Photoshop Constants Rosetta Stone
PSConstants -> value -> CharID TypeIDToStringID
---------- -> ----- -> ------ ----------------
phDialogDontDisplay -> 0 ->
phEnumBitDepthA1R5G5B5 -> 825570869 -> "1565"
phEnumBitDepthA4R4G4B4 -> 875836468 -> "4444"
phEnumAmiga -> 1097688929 -> "Amga"
phKeyArrowhead -> 1098019447 -> "Arrw"
phEventBackLight -> 1113678668 -> "BacL"
phClassBackLight -> 1113680716 -> "BakL"
phEnumBitDepth16 -> 1111765302 -> "BD16"
@DeTK
DeTK / gm-inline-image-b64.user.js
Created August 6, 2020 05:18 — forked from christophemarois/gm-inline-image-b64.user.js
Demonstrate how to replace images with their base64 equivalent regardless of same-origin policy using GM_xmlhttpRequest. Still requires permission from Tampermonkey.
// ==UserScript==
// @name Base64 inline images
// @author @christophemarois
// @match *
// @grant GM_xmlhttpRequest
// @connect *
// ==/UserScript==
// NOTE: NOT MEANT TO BE INSTALLED
// AS IT WILL REPLACE EVERY IMAGE ON EVERY PAGE
@DeTK
DeTK / Cookie.js
Last active August 4, 2020 10:37
cookie
@DeTK
DeTK / L.meta.js
Last active May 27, 2020 19:28
룰렛
// ==UserScript==
// @name 룰렛
// @namespace http://tampermonkey.net/
// @version 0.0
// @description try to take over the world!
// @author You
// @match https://m.live.livepbt.com*
// @grant none
// @updateURL https://gist.github.com/DeTK/61c3ea18024fcc78f37f44f702e1e99e/raw/L.meta.js
// @downloadURL https://gist.github.com/DeTK/164c674769edb08fc76dcb0c38873909/raw/L.user.js
@DeTK
DeTK / L.user.js
Last active May 27, 2020 19:28
룰렛
// ==UserScript==
// @name 룰렛
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://m.live.livepbt.com*
// @grant none
// @updateURL https://gist.github.com/DeTK/61c3ea18024fcc78f37f44f702e1e99e/raw/L.meta.js
// @downloadURL https://gist.github.com/DeTK/164c674769edb08fc76dcb0c38873909/raw/L.user.js
// ==UserScript==
// @name YEEZY SUPPLY
// @namespace http://tampermonkey.net/
// @version 0.3
// @description 쇼핑페이지
// @author DeTK
// @match https://yeezysupply.com
// @grant none
// @updateURL https://gist.github.com/DeTK/d7e6dd7e8a33827ad8e921021a681c35/raw/yeezy_supply.meta.js
// @downloadURL https://gist.github.com/DeTK/bf7cf8080737d39c8120852d597a3fc0/raw/yeezy_supply.user.js
// ==UserScript==
// @name YEEZY SUPPLY
// @namespace http://tampermonkey.net/
// @version 0.3
// @description 쇼핑페이지
// @author DeTK
// @match https://yeezysupply.com
// @grant none
// @updateURL https://gist.github.com/DeTK/d7e6dd7e8a33827ad8e921021a681c35/raw/yeezy_supply.meta.js
// @downloadURL https://gist.github.com/DeTK/bf7cf8080737d39c8120852d597a3fc0/raw/yeezy_supply.user.js