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
/* ==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/"), |
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
package main | |
/* | |
#cgo LDFLAGS: -lavformat -lavutil -lavcodec | |
#include <libavformat/avformat.h> | |
#include <libavutil/avutil.h> | |
*/ | |
import "C" | |
import ( | |
"fmt" |