This file contains hidden or 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
atom.commands.add 'atom-text-editor', | |
'user:smart-home': -> | |
if (editor = atom.workspace.getActiveTextEditor()) | |
bufferPos = editor.getCursorBufferPosition() | |
screenPos = editor.getCursorScreenPosition() | |
bufferLine = editor.lineTextForBufferRow bufferPos.row | |
screenLine = editor.lineTextForScreenRow screenPos.row | |
screenLineStart = editor.clipScreenPosition [screenPos.row, 0], skipSoftWrapIndentation: true |
This file contains hidden or 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
# Based on this PKGBUILD: https://aur.archlinux.org/packages/noto-fonts-emoji-blob/ | |
pkgname=noto-fonts-emoji-blob | |
_pkgver=2017-07-17 | |
_commit=e456654119cc3a5f9bebb7bbd00512456f983d2d | |
pkgver=${_pkgver//-} | |
pkgrel=1 | |
pkgdesc="Google Noto emoji fonts (blob version)" | |
arch=(any) | |
url="https://www.google.com/get/noto/" |
This file contains hidden or 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
// ==UserScript== | |
// @name Fuck You Adumen | |
// @namespace http://gm.pulsar.mx/ | |
// @version 0.1 | |
// @description Trick Adumen into not destroying the page content | |
// @author Antonio Romero | |
// @match http://*.wikia.com/* | |
// @match https://*.wikia.com/* | |
// @grant none | |
// @downloadURL https://gist.github.com/raw/16ddbf66c010f5b1acff829612b4b050/fuck-adumen.js |
This file contains hidden or 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
#!/bin/bash | |
# Launch a browser with a specific profile and remote debugging port open | |
# symlink this file into chrome-debug, firefox-nightly-debug, etc. | |
NAME=$(basename $0) | |
# Open dev tools by default | |
OPEN_DEVTOOLS=true |
OlderNewer