Skip to content

Instantly share code, notes, and snippets.

@nuklea
Last active March 18, 2016 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nuklea/8a928383404fbfb9379a to your computer and use it in GitHub Desktop.
Save nuklea/8a928383404fbfb9379a to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Digitally Imported
// @version 0.1.2
// @description Не дает проигрывателю заткнуться
// @author Vladislav Polukhin <nuklea@gmail.com>
// @match *://www.di.fm/*
// @grant none
// ==/UserScript==
/* jshint -W097 */
'use strict';
setInterval(function() {
$('button.close').trigger('click');
}, 1000);
@nuklea
Copy link
Author

nuklea commented Mar 18, 2016

Для установки нажмите на ссылку:
https://gist.github.com/nuklea/8a928383404fbfb9379a/raw/di.user.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment