- To enable or disable extension please navigate to Magento 2 Admin Panel > Stores > Magefan Extensions > Rocket JavaScript
- Magento Community Edition 2.1.x-2.2.x or Magento Enterprise Edition 2.1.x-2.2.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) {
var src = (src.replace(require.toUrl(''), ''));
globalSrc += "\n" + src;
}
})
console.log(globalSrc);
If you have any issues, please contact us then if you still need help, open a bug report in GitHub'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.
Other Magento 2 Extensions by Magefan
- Magento 2 Blog Extension
- Magento 2 Blog Plus Extension
- Magento 2 Blog Extra Extension
- Magento 2 Login As Customer Extension
- Magento 2 Convert Guest to Customer Extension
- Magento 2 Facebook Open Graph Extension
- Magento 2 Auto Currency Switcher Extension
- Magento 2 Auto Language Switcher Extension
- Magento 2 GeoIP Switcher Extension
- Magento 2 YouTube Widget Extension
- Magento 2 Product Widget Advanced Extension
- Magento 2 Conflict Detector Extension
- Magento 2 Lazy Load Extension
- Magento 2 Rocket JavaScript Extension
- Magento 2 CLI Extension
- Magento Twitter Cards Extension
- Magento 2 Mautic Integration Extension
- Magento 2 Alternate Hreflang Extension
- Magento 2 Dynamic Categories
- Magento 2 CMS Display Rules Extension
- Magento 2 Translation Extension
- Magento 2 WebP Optimized Images Extension
- Magento 2 Zero Downtime Deployment