Skip to content

Instantly share code, notes, and snippets.

@LOuroboros
LOuroboros / PokeScript.xml
Created February 28, 2020 04:21
PokeScript, a User Defined Language for Notepad++ created by Ryuhouji
<NotepadPlus>
<UserLang name="PokeScript" ext="inc" udlVersion="2.1">
<Settings>
<Global caseIgnored="yes" allowFoldOfComments="yes" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
<Prefix Keywords1="no" Keywords2="no" Keywords3="yes" Keywords4="no" Keywords5="yes" Keywords6="yes" Keywords7="yes" Keywords8="no" />
</Settings>
<KeywordLists>
<Keywords name="Comments">00@ 01 02((EOL)) 03 04</Keywords>
<Keywords name="Numbers, prefix1"></Keywords>
<Keywords name="Numbers, prefix2"></Keywords>
@LOuroboros
LOuroboros / Reghook.js
Created July 22, 2019 17:47 — forked from Tazeki/Reghook.js
YouTube / Invidious RegEx based URL conversion.
// ==UserScript==
// @name URL Conversion | YouTube - Invidious
// @namespace Tazeki
// @description The smallest, possibly most useful YouTube-Invidious conversion script. RegEx based. Report bugs to tangentale@protonmail.com. Sends any /www.youtube.com/ sites to Invidious before page load. Does not affect /other.youtube.com/, (gaming.youtube.com, creatoracademy.youtube.com, etc.).
// @include *youtube*
// @version 1
// @grant none
// @run-at document-start
// ==/UserScript==