// ==UserScript== // @name FreesoundSingle // @namespace hackerb9 // @description Play only one sound at a time on freesound.org // @match *://freesound.org/* // @author hackerb9 // @version 0.2 // @run-at document-end // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js // @license magnet:?xt=urn:btih:90dc5c0be029de84e523b9b3922520e79e0e6f08&dn=cc0.txt No rights reserved // @downloadURL none // ==/UserScript== // date 2018-04-22 // This script will hopefully be obsolete soon. // It fixes a bug in https://freesound.org/media/html_player/player.js console.debug('Running FreesoundSingle'); function runme() { $("body").append ( newscript ); } newscript=` ` runme();