Skip to content

Instantly share code, notes, and snippets.

@RebeccaWhit3
RebeccaWhit3 / chrome-javsacript.js
Last active January 17, 2017 03:53 — forked from jlong/uri.js
URI Parsing with Javascript
new URL('https://gist.github.com/jlong/2428561?foo=bar#test');
// =>
//
// {
// hash: "#test",
// search: "?foo=bar",
// pathname: "/jlong/2428561",
// port: "",
// hostname: "gist.github.com",

Software

Types of Software

Applet

Definition:

  • A program designed to be executed from within another application
@RebeccaWhit3
RebeccaWhit3 / Write current page to a new variable.js
Created February 19, 2017 05:00
Write current page to a new variable | JavaScript Snippet
// Write current page to a new variable
var a = document.querySelectorAll('html');
Clipboardic_SLEEPY-PC_40.clp 2/19/2017 9:10:04 AM Explorer File 2,160 SLEEPY-PC
Clipboardic_SLEEPY-PC_41.clp 2/19/2017 9:10:09 AM Unknown 4 SLEEPY-PC
Clipboardic_SLEEPY-PC_71.clp 2/19/2017 9:51:13 AM Text/HTML 1,150 SLEEPY-PC
Clipboardic_SLEEPY-PC_45.clp 2/19/2017 9:20:17 AM Text/HTML 1,423 SLEEPY-PC
Clipboardic_SLEEPY-PC_99.clp 2/19/2017 10:19:33 AM Text/HTML 2,699 SLEEPY-PC
Clipboardic_SLEEPY-PC_43.clp 2/19/2017 9:17:32 AM Text/HTML 2,213 SLEEPY-PC
"M:\Web Fonts\circular-medium.woff2" Clipboardic_SLEEPY-PC_2.clp 2/19/2017 7:20:34 AM Text 512 SLEEPY-PC
@RebeccaWhit3
RebeccaWhit3 / variables.csv
Last active February 19, 2017 16:40
Variable Names
Variable Description Example Value Language Source
allowCrossExtensionHistory n/a true javascript google dictionary for chrome
enableHttps n/a true javascript google dictionary for chrome
language n/a en javascript google dictionary for chrome
popupDblclick n/a true javascript google dictionary for chrome
popupDblclickKey n/a none javascript google dictionary for chrome
popupSelect n/a true javascript google dictionary for chrome
popupSelectKey n/a shift javascript google dictionary for chrome
storeHistory n/a true javascript google dictionary for chrome
@RebeccaWhit3
RebeccaWhit3 / screenshot-captor.md
Last active February 19, 2017 19:05
Screenshot Captor

Screenshot Captor

Custom Fields

Filename

$dt:%DATEFIELD$, replaces one date/time item (see help below) %_num%, 3digit uniqueifying number %autocapcount%

@RebeccaWhit3
RebeccaWhit3 / Find all Javascript console.log() statements.re
Created February 19, 2017 21:20
Find all Javascript console.log() statements
regular
@RebeccaWhit3
RebeccaWhit3 / plain-text-style-formatting.md
Last active February 22, 2017 02:21
Style Formatting using only Plain Text

Plain Text: Style Reference

Circled

ⒶⒷⒸⒹⒺⒻⒼⒽⒾⒿⓀⓁⓂⓃⓄⓅⓆⓇⓈⓉⓊⓋⓌⓍⓎⓏ

Circled (neg)

🅐🅑🅒🅓🅔🅕🅖🅗🅘🅙🅚🅛🅜🅝🅞🅟🅠🅡🅢🅣🅤🅥🅦🅧🅨🅩

@RebeccaWhit3
RebeccaWhit3 / variables.csv
Last active February 22, 2017 04:40
List of Variables (assorted) | For Reference
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
Variable
"show_urls"
"show_tooltips"
"show_tab_count"
"show_favicons"
"search_urls"
"search_string"
"search_fuzzy"
"pageup_pagedown_skip_size"
"new_tab_popup"
@RebeccaWhit3
RebeccaWhit3 / alt-codes-by-line-number.txt
Created February 22, 2017 04:42
Alt Codes by Line Number