magefan/module-rocketjavascript

Repository files navigation

Total DownloadsLatest Stable Version

  • To enable or disable extension please navigate to Magento 2 Admin Panel > Stores > Magefan Extensions > Rocket JavaScript
  • Magento Community Edition 2.1.x-2.4.x or Magento Enterprise Edition 2.1.x-2.4.x
/* Use in browser console */
globalSrc = '';
jQuery('script').each(function(){
if (!jQuery(this).attr('src')) return;
var src = jQuery(this).attr('src');
if (src.indexOf(require.toUrl('')) != -1 && src.indexOf('Magefan_LazyLoad') == -1) {
var src = (src.replace(require.toUrl(''), ''));
globalSrc += "\n" + src;
}
})
console.log(globalSrc);

Try out our open demo and if you like our extension please give us some star on ★

Storefront DemoAdmin Panel Demo
Magneto 2 Rocket JavaScript Extension Storefront DemoMagento 2 Rocket JavaScript Extension Admin Panel Demo
viewview

If you have any issues, please contact us then if you still need help, open a bug report in 's issue tracker.

Please do not use Magento Marketplace's Reviews or (especially) the Q&A for support. There isn't a way for us to reply to reviews and the Q&A moderation is very slow.

The code is licensed under Open Software License ("OSL") v. 3.0.