Last active
March 18, 2016 12:20
-
-
Save nuklea/8a928383404fbfb9379a to your computer and use it in GitHub Desktop.
This file contains 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 Digitally Imported | |
// @version 0.1.2 | |
// @description Не дает проигрывателю заткнуться | |
// @author Vladislav Polukhin <[email protected]> | |
// @match *://www.di.fm/* | |
// @grant none | |
// ==/UserScript== | |
/* jshint -W097 */ | |
'use strict'; | |
setInterval(function() { | |
$('button.close').trigger('click'); | |
}, 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Для установки нажмите на ссылку:
https://gist.github.com/nuklea/8a928383404fbfb9379a/raw/di.user.js