Skip to content

Instantly share code, notes, and snippets.

;;; javascript-rjsx-web-hybrid.el -*- lexical-binding: t; -*-
(defun ~+javascript-rjsx-web-hybrid--init-web-mode ()
(require 'web-mode)
(setq font-lock-extend-region-functions '(web-mode-extend-region))
(add-hook 'after-change-functions 'web-mode-on-after-change nil t)
(add-hook 'post-command-hook 'web-mode-on-post-command nil t))
(setq ~+javascript-rjsx-web-hybrid--do-web-mode-indent nil)
# Maintainer: sooqua
_pkgname=light-locker
pkgname=${_pkgname}-git
pkgver=v1.9.0.r13.g05f060d
pkgrel=1
pkgdesc="A simple session locker for LightDM"
arch=('x86_64')
url="https://github.com/sooqua/${_pkgname}"
license=('GPL2')
groups=()
@sooqua
sooqua / TwitchVODEnhancer.user.js
Created May 13, 2017 15:54
This script turns your twitch.tv progress bar into something that looks similar to a heatmap, where warmer colors (e.g. red) indicate more comments and cooler (blue, black) indicate less comments. Thus, you can easily find the most interesting moments in Videos (VODs).
// ==UserScript==
// @name TwitchVODEnhancer
// @author sooqua
// @namespace https://github.com/sooqua/
// @downloadURL https://github.com/sooqua/TwitchVODEnhancer/raw/master/TwitchVODEnhancer.user.js
// @version 0.1
// @match *://*.twitch.tv/*
// @run-at document-start
// @grant GM_addStyle
// ==/UserScript==