FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "A Simple Extension"
(function () { const extension = FastCommentsUI.extensions.find((extension) => { return extension.id === 'my-extension'; }); })();
Result