Skip to content

Instantly share code, notes, and snippets.

View watain666's full-sized avatar
🔥
I may be slow to respond.

TiâuUî Lâu watain666

🔥
I may be slow to respond.
View GitHub Profile
[
{
"installDate": 1526437677476,
"enabled": true,
"updateUrl": "https://userstyles.org/styles/chrome/136318.json?ik-bg_theme=ik-bg_theme_blueg&ik-text_theme=ik-text_theme_def&ik-photo_filters=ik-photo_filters_none&ik-chat_opacity=ik-chat_opacity_full&ik-cover_photo=ik-cover_photo_no&ik-ro_av=ik-ro_av_n&ik-convo_list=ik-convo_list_n&ik-wider_b=ik-wider_b_n&ik-cust_bg=ik-cust_bg_n&ik-cust_bg_ph=ik-cust_bg_ph_1",
"md5Url": "https://update.userstyles.org/136318.md5",
"url": "http://userstyles.org/styles/136318",
"originalMd5": "3390e5b7c6a6c75d4c2981189c7f5248",
"sections": [
{
{"behaviour":{"animations":false,"blacklist":[],"closeTimeout":-1,"contextmenu":true,"dirAccordion":false,"dirOpenDuration":"0","dndOpen":true,"linkAction":"newtab","newTab":"foreground","newTabPosition":"afterCurrent","openAction":"contextmenu","openChildrenWarnLimit":"5","openDelay":"0","preventPageScroll":true,"rememberState":"openStatesAndPos","reopenSidebar":false,"scrollBarHide":"1","sidebarPosition":"left","toggleArea":{"height":"100","top":"0","width":"1","widthWindowed":"20"},"tooltipContent":"all","tooltipDelay":"0.25","visibility":"always","whitelist":[]},"appearance":{"darkMode":true,"highContrast":false,"showBookmarkIcons":true,"showDirectoryIcons":true,"showIndicator":true,"showIndicatorIcon":true,"styles":{"bookmarksDirColor":"#c8c8c8","bookmarksDirIcon":"dir-1","bookmarksDirIndentation":"22px","bookmarksFontSize":"12px","bookmarksHorizontalPadding":"10px","bookmarksIconSize":"14px","bookmarksLineHeight":"26px","colorScheme":"#ff0070","directoriesIconSize":"14px","fontFamily":"Roboto","foregrou
@watain666
watain666 / index.js
Created April 30, 2018 04:21
Gist from mistakes.io
"hello, world"; // edit this to begin
"test"
5 + 5
// Hi!
(function() { return 'hi'; })();
// This is a sketchpad for Javascript
// ----------------------------------
// * 2 spaces are default so that stuff fits
// on projectors.
// * some things might be weird, don't be afraid
// * console.whatever doesn't do anything
@watain666
watain666 / seq_sed_FizzBuzz.sh
Created April 19, 2018 10:53 — forked from p120ph37/seq_sed_FizzBuzz.sh
seq/sed FizzBuzz
seq 100 | sed 'n;n;s/.*/Fizz/' | sed 'n;n;n;n;s/[0-9]*$/Buzz/'