Skip to content

Instantly share code, notes, and snippets.

View walfie's full-sized avatar

walfie

  • New York City
  • 06:18 (UTC -04:00)
View GitHub Profile
@walfie
walfie / hide-twitter-stats.user.css
Last active May 31, 2024 00:19
Hide twitter likes/RTs
/* ==UserStyle==
@name Hide Twitter Likes/RTs
@namespace github.com/walfie
@version 1.5.0
@description Hide likes/RTs on Twitter and TweetDeck
@author Walfie
==/UserStyle== */
@-moz-document url-prefix("https://twitter.com/"), url-prefix("https://x.com/"),
url-prefix("https://mobile.twitter.com/"),
@reusee
reusee / e.go
Created November 8, 2013 15:25
extract subtitle stream from mkv file, using libav
package main
/*
#cgo LDFLAGS: -lavformat -lavutil -lavcodec
#include <libavformat/avformat.h>
#include <libavutil/avutil.h>
*/
import "C"
import (
"fmt"