Skip to content

Instantly share code, notes, and snippets.

@hungry
hungry / bfg.py
Last active August 31, 2017 15:25
import logging
import requests
from simplejson import dumps
from hashlib import sha512
log = logging.getLogger(__name__)
class LoadTest(object):
def __init__(self, gun):
self.gun = gun
// ==UserScript==
// @name yandex-music-direct-remover
// @namespace github.com/hungry
// @version 0.1
// @description remove yandex direct blocks from music.yandex.ru
// @author hungry
// @match https://music.yandex.ru/
// @grant none
// ==/UserScript==