Use the bathroom
✅ Good ❌ Bad
span[itemprop="dateModified"] { | |
background : #cc0000; | |
border : 2px solid #f5f5f5; | |
border-radius : 15%; | |
box-shadow : 0 0 3px gray; | |
color : #f5f5f5; | |
display : block !important; | |
font-family : "Open Sans"; | |
font-size : 12px; | |
font-weight : bold; |
using System; | |
using System.Collections.Generic; | |
using System.Drawing; | |
using System.Drawing.Drawing2D; | |
using System.Drawing.Imaging; | |
using System.Linq; | |
/// <summary> | |
/// The {{Create-Image-BalsamiqIconWithText64x}} class. | |
/// Creates a 64x64 "file type" graphic with an embedded caption inside, in a transparent format suitable for Balsamiq |
/** | |
* Convert Page Links to MindMap | |
* @description | |
Convert page links to MindMap pasteable text | |
* @minified | |
javascript:(function(){function linksToTable(linkList){var tableOut="<table class='financial'><thead><tr><th>Name</th><th>URL</th></tr></thead>";var linkList=Array.from(linkList).map(function(link){return"<tr><td>"+link.innerHTML+"</td><td>"+link.href+"</td></tr>"});return tableOut+"\n"+linkList.join("\n")+"</table>"}function linksToMindMap(linkList){var linkList=Array.from(linkList).map(function(link){return link.innerHTML+"\n "+link.href});return linkList.join("\n")}var htmlText="",thisSelection,g,selectionDiv,i;if(window.getSelection){thisSelection=window.getSelection();if(thisSelection.rangeCount){selectionDiv=document.createElement("div");for(i=0;i<thisSelection.rangeCount;++i){selectionDiv.appendChild(thisSelection.getRangeAt(i).cloneContents())}htmlText=selectionDiv.innerHTML}}else if((thisSelection=document.selection)&&thisSelection.type=="Text"){alert(thisSelection);htmlText=thisSelection.cre |
/* | |
Functions | |
*/ | |
function consoleWithNoSource(...params) { | |
setTimeout(console.log.bind(console, ...params)); | |
} | |
/* | |
Channel List |
/* | |
Date/time hotstrings | |
If you want the date/time in the format yyyymmdd_hhMM on 10/29/2022 at 10:37 AM, type: | |
dtm | |
You should see: | |
20221029_1037 | |
To add your own: |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>PayloadContent</key> | |
<array> | |
<dict> | |
<key>PayloadDescription</key> | |
<string>Configures proxy settings to use Charles Proxy</string> | |
<key>PayloadDisplayName</key> |