Support MathJax Extensions

According to previous answer by WhiteNoise, MathJax extensions can be already added using the plugin API.

Currently you can get mhchem and bussproofs extensions using Extended MathJax community plugin. Using the same plugin you can use this preamble to get \oiint and \oiiint:

\newcommand{\oiint}{{\subset\!\supset} \mathllap{\iint}}
\newcommand{\oiiint}{{\Large{\subset\!\supset}} \mathllap{\iiint}}