This is a cross-browser BBCode helper. It works with Gazelle and other sites . . . CDs and waffles, mmm.
< Feedback on WhutBBCode?
Is it possible to change:
window.WhutBB = WhutBB;
To:
(typeof unsafeWindow !== 'undefined' ? unsafeWindow : window).WhutBB = WhutBB;
This ensure the editor is accessible globally, which enable userscripts managing a dynamic textarea to integrate the editor.
उत्तर पोस्ट करण्यासाठी साइन इन करा.
Is it possible to change:
To:
This ensure the editor is accessible globally, which enable userscripts managing a dynamic textarea to integrate the editor.