Skip to content

Instantly share code, notes, and snippets.

View Aetherinox's full-sized avatar

Aetherinox Aetherinox

View GitHub Profile
trikeunpured.com
player.kmpmedia.net
#
# Fitgirl fakes
#
fitgirlrepacks.co
fitgirl-repacks.cc
fitgirl-repack.com
fitgirl-repacks.website
@Aetherinox
Aetherinox / dns_microsoft_telemetry_blocklist.txt
Last active September 12, 2024 14:40
Microsoft Telemetry
0.105.11.11.23.rst11.r.skype.net.
0.109.11.11.23.rst14.r.skype.net.
0.109.11.11.23.rst2.r.skype.net.
0.110.11.11.23.rst12.r.skype.net.
0.420.17.11.23.rst1.r.skype.net.
0.420.17.11.23.rst10.r.skype.net.
0.420.17.11.23.rst15.r.skype.net.
0.420.17.11.23.rst6.r.skype.net.
0.420.17.11.23.rst9.r.skype.net.
0.595.16.11.23.rst1.r.skype.net.
@Aetherinox
Aetherinox / Gistr Test.md
Created March 31, 2024 06:37
Gistr Test.md

Github Gist

The following shows a single gist with multiple notes

https://gist.github.com/Aetherinox/5143c674e9adea5b256f5f58fe54ffbc
@Aetherinox
Aetherinox / NPM - Yarn Commands.md
Created March 15, 2024 06:47
NPM - Yarn Commands.md

Comparing npm and Yarn Commands

Install dependencies

npm install => yarn 

Install a package

@Aetherinox
Aetherinox / NPM - Yarn Commands.md
Created March 15, 2024 06:47
NPM - Yarn Commands.md

Comparing npm and Yarn Commands

Install dependencies

npm install => yarn 

Install a package

@Aetherinox
Aetherinox / NPM - Yarn Commands.md
Created March 15, 2024 06:47
NPM - Yarn Commands.md

Comparing npm and Yarn Commands

Install dependencies

npm install => yarn 

Install a package

@Aetherinox
Aetherinox / obsidian_demo.js
Last active March 5, 2024 14:23
Obsidian Test
const arrPages = obj.pages;
html += "\n<details><summary>" + obj.name + "</summary>\n\n";
Promise.all( arrPages.map( async ( pages ) =>
{
const page_path = pages.path;
const page_name = pages.name;
const page_label = pages.label;
const file_link = dv.fileLink( page_path, false, page_label );
@Aetherinox
Aetherinox / obsidian_demo.js
Last active March 5, 2024 14:08
Obsidian Demo
const file = p.file
const file_path = file.path;
const file_name = file.name;
const file_label = file.frontmatter.name || file.frontmatter.title || file.frontmatter.alias || file_name;
@Aetherinox
Aetherinox / obsidian_horizontal
Last active March 5, 2024 01:57
Obsidian Horizontal
This is an example of Obsidian Gist codeblocks being able to scroll horizontally, and also on the Dark theme. You can customize the scrollbar colors to appear in your own color simply by accessing the plugin settings for Gistr.