Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am ghostwords on github.
  • I am alexei (https://keybase.io/alexei) on keybase.
  • I have a public key whose fingerprint is 88F8 6622 41B0 C16C 16E3 B5A7 950F C399 9D80 F309

To claim this, I am signing this object:

@ghostwords
ghostwords / skip_low_rated.py
Created December 21, 2016 15:50
WIP Quod Libet plugin
from gi.repository import Gtk
try:
_
except NameError:
from quodlibet import _
from quodlibet import app
from quodlibet.plugins import PluginConfig
from quodlibet.plugins.events import EventPlugin
<html>
<head>
<title>Privacy Badger async navigation-related tracker misattribution test page</title>
<script type="text/javascript">
let reload_count = 0;
if (sessionStorage.getItem("reload_count")) {
reload_count = +sessionStorage.getItem("reload_count");
}
if (reload_count < 25) {
@ghostwords
ghostwords / .eslintrc
Last active February 13, 2024 07:35 — forked from cletusw/.eslintrc
{
// http://eslint.org/docs/rules/
"ecmaFeatures": {
"arrowFunctions": false, // enable arrow functions
"binaryLiterals": false, // enable binary literals
"blockBindings": false, // enable let and const (aka block bindings)
"classes": false, // enable classes
"defaultParams": false, // enable default function parameters
"destructuring": false, // enable destructuring