Skip to content

Instantly share code, notes, and snippets.

View djsnipa1's full-sized avatar
💾
codin’

Chad Boyce djsnipa1

💾
codin’
  • 01:31 (UTC -04:00)
View GitHub Profile
@djsnipa1
djsnipa1 / index.html
Last active May 20, 2022 11:17
innerHTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HTML</title>
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
</head>
@djsnipa1
djsnipa1 / libreddit.js
Last active December 19, 2022 20:07
Test hyperweb script
//==UserScript==
// @name Redirect Google
// @description Redirect Google to Yahoo!
// @include http://*.reddit.com/*
// @run-at document-start
//==/UserScript==
window.location.replace(/www.reddit.com/, /reddit.chadf.ml/)
/*
@djsnipa1
djsnipa1 / config
Last active May 5, 2023 18:38 — forked from miguelmota/config
Arch linux VNC server setup
session=lxqt
geometry=1920x1080
localhost # comment this out to allow connections from anywhere
alwaysshared
@djsnipa1
djsnipa1 / index.haml
Created March 17, 2021 10:10
Parallax Star background in CSS
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
#stars
#stars2
#stars3
#title
%span
PURE CSS
%br
%span
PARALLAX PIXEL STARS
@djsnipa1
djsnipa1 / dabblet.css
Last active March 1, 2021 04:24
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.grad2 {
background: linear-gradient(123deg, #FFFCAC 0%, #FFFFFF 67%), linear-gradient(180deg, #D8D8D8 0%, #6B0000 100%), linear-gradient(142deg, #F9F5F0 0%, #F9F5F0 33%, #F2EAD3 calc(33% + 1px), #F2EAD3 56%, #F4991A calc(56% + 1px), #F4991A 62%, #321313 calc(62% + 1px), #321313 100%);
background-blend-mode: multiply, overlay, normal;t(142deg, #F9F5F0 0%, #F9F5F0 33%, #F2EAD3 calc(33% + 1px), #F2EAD3 56%, #F4991A calc(56% + 1px), #F4991A 62%, #321313 calc(62% + 1px), #321313 100%);
background-blend-mode: multiply, overlay, normal;
border: solid 1px black;
height: 50px;
}
@djsnipa1
djsnipa1 / index.html
Last active December 8, 2020 23:35
Parse JSON Counties
<div id="output"></div>
<div id="output2"></div>
@djsnipa1
djsnipa1 / content.md
Created October 2, 2020 05:15
Gist from Drafts