Skip to content

Instantly share code, notes, and snippets.

# Instagram
0.0.0.0 a.ns.cdninstagram.com
0.0.0.0 api.instagram.com
0.0.0.0 b.ns.cdninstagram.com
0.0.0.0 badges.instagram.com
0.0.0.0 black.ish.instagram.com
0.0.0.0 business.instagram.com
0.0.0.0 c.ns.cdninstagram.com
0.0.0.0 cdninstagram.com
0.0.0.0 creative.cdninstagram.com
@aysark
aysark / social-hosts.txt
Last active January 26, 2026 14:40
Not including insta/linkedin/x
# Title: StevenBlack/hosts extension social. Not including insta/linkedin/x
#
# This hosts file is a merged collection of hosts from reputable sources,
# with a dash of crowd sourcing via GitHub
#
# Date: 25 January 2026 19:42:50 (UTC)
# The unified hosts file was not used while generating this file.
# Extensions used to generate this file: social
# Number of unique domains: 3,243
#
@aysark
aysark / script.js
Created May 21, 2018 02:28
this alter world
"use strict";
{
// http://mrl.nyu.edu/~perlin/noise/
class Noise {
constructor(octaves = 1) {
this.p = new Uint8Array(512);
this.octaves = octaves;
this.init();
}
init() {
@aysark
aysark / maycontaingifs-day18.markdown
Created May 20, 2018 00:22
MayContainGifs - day18
@aysark
aysark / System.ini
Created February 22, 2018 19:04
Rainmeter System Skin Config
; Lines starting ; (semicolons) are commented out.
; That is, they do not affect the code and are here for demonstration purposes only.
; ----------------------------------
[Rainmeter]
; This section contains general settings that can be used to change how Rainmeter behaves.
Update=1000
Background=#@#Background.png
; #@# is equal to Rainmeter\Skins\illustro\@Resources
BackgroundMode=3
@aysark
aysark / Network.ini
Created February 22, 2018 19:04
Rainmeter Network Skin Config
; Lines starting ; (semicolons) are commented out.
; That is, they do not affect the code and are here for demonstration purposes only.
; ----------------------------------
[Rainmeter]
; This section contains general settings that can be used to change how Rainmeter behaves.
Update=1000
Background=#@#Background.png
; #@# is equal to Rainmeter\Skins\illustro\@Resources
BackgroundMode=3
#!/bin/bash
##############################################################################
# SHORTCUTS
##############################################################################
CTRL+A # move to beginning of line
CTRL+B # moves backward one character
CTRL+C # halts the current command
CTRL+D # deletes one character backward or logs out of current session, similar to exit
@aysark
aysark / index.html
Created January 4, 2018 00:57
DevLabs - Display a Web Map // source https://jsbin.com/zemolac
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<title>DevLabs - Display a Web Map</title>
<style>
html, body, #viewDiv {
padding: 0;
margin: 0;
@aysark
aysark / index.html
Created January 4, 2018 00:57
DevLabs - Display a Web Map // source https://jsbin.com/zemolac
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<title>DevLabs - Display a Web Map</title>
<style>
html, body, #viewDiv {
padding: 0;
margin: 0;
@aysark
aysark / index.html
Created January 4, 2018 00:57
DevLabs - Display a Web Map // source https://jsbin.com/zemolac
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<title>DevLabs - Display a Web Map</title>
<style>
html, body, #viewDiv {
padding: 0;
margin: 0;