Not working for me at all
![]() |
It doesn't show up for me at all. It is installed correctly in firefox, and i have even installed chrome and tried the chrome extension, but neither works at all. I checked the console in chrome and it gave me the following: Uncaught ReferenceError: type is not defined
any ideas? |
![]() |
never mind, i fixed it. Script_options.js at Line 184 is: return type == 'text' ? '' : null; but it should be: return option.type == 'text' ? '' : null; |
