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
| 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 |
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
| // ==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== |