Topic: Hooks in Javascript
I'm trying to think of a way to make this extension I'm working on a little bit more extensible, but the places I would like to add hooks are in a javascript file.
Is there any way of integrating a way to hook into a javascript file like you can with php? A way that will work with extensions in PunBB?