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 Booru Tag Copier | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Copies tags on booru sites. | |
// @author Moebytes | |
// @match *://*/* | |
// @grant none | |
// ==/UserScript== |
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
/* | |
* SoundTouch JS audio processing library | |
* Copyright (c) Olli Parviainen | |
* Copyright (c) Ryan Berdeen | |
* Copyright (c) Jakub Fiala | |
* Copyright (c) Steve 'Cutter' Blades | |
* | |
* This library is free software; you can redistribute it and/or | |
* modify it under the terms of the GNU Lesser General Public | |
* License as published by the Free Software Foundation; either |