Greasy Fork is available in English.
Creates a button container, under the video, onto which buttons can be added
Questo script non dovrebbe essere installato direttamente. È una libreria per altri script da includere con la chiave // @require https://update.greasyfork.org/scripts/2104/5493/YouTube%20-%20Button%20Container%20%28%40require%29.js
Syntax: addButtonToContainer( text, func [, ID] );
Arguments:
Example:
addButtonToContainer('A Test Button', function () { alert('Test.'); }, 'test-button');