Skip to content

Instantly share code, notes, and snippets.

@lenchan139
lenchan139 / asound.conf
Created May 1, 2018 17:56
asound.conf for ASUS transformer Pro 3 T303UA / ACL297
pcm.!default {
type plug
slave.pcm "softvol"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:0"
period_size 4096
@lenchan139
lenchan139 / twitter-auto-refresh.js
Created April 30, 2016 08:22 — forked from cwgem/twitter-auto-refresh.js
This is a Firefox greasemonkey script that will "click" the new tweets bar after a set interval. It will not do so unless you're scrolled all the way to the top (so as not to distract by pushing content down).
// ==UserScript==
// @name Twitter Auto Click
// @namespace http://www.github.com/cwgem/twitter-auto-click
// @description Click the new tweet banner unless the user is not scrolled to the top
// @include https://twitter.com/
// @version 1
// @grant none
// ==/UserScript==
function checkScrolledToTop() {