Skip to content

Instantly share code, notes, and snippets.

View Symbianx's full-sized avatar

Miguel Alexandre Symbianx

View GitHub Profile
@Symbianx
Symbianx / darkify-slack-for-windows.sh
Last active August 1, 2019 14:07
Changes the Slack for Windows theme to dark.
#!/bin/bash
set -e
# Darkify Slack on Mac OS or Linux.
# curl https://gist.githubusercontent.com/Symbianx/7624c96102b9fc8d1ff396e8fe0c12e6/raw/darkify-slack-for-windows.sh | sh
cd "/c/Users/`cmd.exe /c 'echo %username%' | tr -d '\r\n'`/AppData/Local/slack/"
for VERSION_DIR in app-*; do
if [ -d "${VERSION_DIR}" ]; then
# Will not run if no directories are available
@Symbianx
Symbianx / gist:b60a377854e77efde010a4083b70e35e
Created February 17, 2019 16:16
Marcar faturas da ICA como restauranção no portal E-Fatura
jQuery("td:contains('501426230 - Ica Industria e Comercio Alimentar Sa')").closest("tr").find("button[value='C03']").click()