This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Restore Twitter Link Titles | |
@description Displays titles for links again | |
@match https://*.twitter.com/* | |
@include https://twitter.com/* | |
@include https://*.x.com/* | |
@include https://x.com/* | |
==/UserStyle== */ | |
[data-testid="card.layoutLarge.media"] a::after { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export NODE_PATH="/usr/local/lib/node_modules" | |
# custom prompt with git branch info, and custom colors | |
# looks like 🐊 😎 USERNAME:CURRENT_WORKING_DIRECTORY (CURRENT GIT BRANCH IF IN A REPO)$ | |
source ~/.git-prompt.sh | |
export PS1="🐊 😎 \[\033[36m\]\u\[\033[m\]:\[\033[33;1m\]\w\[\033[32m\]\$(__git_ps1)\[\033[m\]\$ " | |
export CLICOLOR=1 | |
export LSCOLORS=ExFxBxDxCxegedabagacad | |
#Shortcuts! | |
alias ll='exa --icons --group-directories-first -l' #better ll via exa. requires `brew install exa` and an icon compatible font from https://www.nerdfonts.com/font-downloads |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Dashed Circle | |
*/ | |
a { | |
height: 20px; | |
width: 20px; | |
border-color: #ccc; | |
border-width: 5px; | |
border-style: solid; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/****/ | |
.wind { | |
-webkit-animation-name: light-wind; | |
-webkit-animation-duration: 1s; | |
-webkit-animation-iteration-count: infinite; | |
-webkit-animation-direction: alternate; | |
color: transparent; | |
} | |
@-webkit-keyframes light-wind { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* triangle | |
*/ | |
body { | |
background: #f06; | |
min-height:100%; | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Normal, boring, difficult to read code. | |
*/ | |
function text(a,b,c){ | |
var foo, bar, zib, zab; | |
for(var g=0;g<1000;g++){ | |
console.log(g); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Enyo Platform encapsulation. Include this FIRST in your depends.js. The | |
* first call you make to a function inside it will cause it to perform it's | |
* detection (in the setup function). If you are running in PhoneGap, and your | |
* app depends on accurate results in here, make sure that you are not running | |
* any code that depends on this module until after the "deviceready" PhoneGap | |
* event is fired. | |
* | |
* This prefers direct access to APIs whenever possible - although you CAN run | |
* webOS and WebWorks apps with PhoneGap, I'm trying to avoid going through any | |
* extra layers here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head></head> | |
<body onload="iframeResizePipe()"> | |
<iframe id="helpframe" src='' height='0' width='0' frameborder='0'></iframe> | |
<script type="text/javascript"> | |
function iframeResizePipe() | |
{ | |
// What's the page height? | |
var height = document.body.scrollHeight; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* triangle | |
*/ | |
body { | |
background: #f06; | |
min-height:100%; | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* triangle | |
*/ | |
body { | |
background: #f06; | |
min-height:100%; | |
} | |
NewerOlder