User talk:Fish bowl/zhRedirect.js

Hello, you have come here looking for the meaning of the word User talk:Fish bowl/zhRedirect.js. In DICTIOUS you will not only get to know all the dictionary meanings for the word User talk:Fish bowl/zhRedirect.js, but we will also tell you about its etymology, its characteristics and you will know how to say User talk:Fish bowl/zhRedirect.js in singular and plural. Everything you need to know about the word User talk:Fish bowl/zhRedirect.js you have here. The definition of the word User talk:Fish bowl/zhRedirect.js will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofUser talk:Fish bowl/zhRedirect.js, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

@Dixtosa If it isn't too much trouble, could you review this code? I'm not good at JavaScript. It's a response to this post, but I don't want to let other people use a shitty script. —suzukaze (tc) 02:45, 20 September 2017 (UTC)Reply

It looks ok (except for the lines you have marked //temp. Just add explicit dependencies for mw.util, mw.cookie, mw.notify. Also you can replace all the let's with var's if you want to reach more users. let is an ES6 construct and some very old browsers do not support it. I personally do not care about those users who do not update their browsers tho.--Giorgi Eufshi (talk) 08:55, 20 September 2017 (UTC)Reply
Just making sure, adding explicit dependencies is done using mw.loader.using, right? —suzukaze (tc) 01:45, 21 September 2017 (UTC)Reply