How to get Javascript function’s source code from specific site using firebug? December 3, 2023 by Tarik Just write in console: viewHide.toString() You will get a source code of function as a text.