📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

606 Modules
385 Ready
218 Need Help
🏆 Leaderboard
Stable vv1.0.4

CustomGento_YouTubeNoCookie

customgento/module-youtube-no-cookie-m2

YouTube NoCookie for Magento 2 makes sure that all YouTube product videos are always inserted via the cookie-free domain youtube-nocookie.com.

818
Downloads
Below average
7
GitHub Stars
Below average
8mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
8 warnings
PHPStan Level 8

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

vv1.0.4 on Magento 2.4.8-p3
Dec 15, 2025
vv1.0.4 on Magento 2.4.8-p2
Aug 14, 2025
vv1.0.4 on Magento 2.4.8
Jun 14, 2025
vv1.0.3 on Magento 2.4.8
May 17, 2025
vv1.0.3 on Magento 2.4.7-p4
Feb 15, 2025
vv1.0.3 on Magento 2.4.7-p3
Oct 14, 2024

+5 older tests

Share This Module's Status

CustomGento_YouTubeNoCookie Magento compatibility status badge

README

Loaded from GitHub

YouTube NoCookie for Magento 2

YouTube NoCookie for Magento 2 makes sure that all YouTube product videos are always inserted via the cookie-free domain youtube-nocookie.com. It tries to detect all possible YouTube URLs for that and adapt the URL accordingly to always be compliant with the current EU rules.

Compatibility

  • Magento >= 2.3

Installation Instructions

The installation procedure highly depends on your setup. In any case, you should use a version control system like git and test the installation on a development system.

Composer Installation

  1. composer require customgento/module-youtube-no-cookie-m2
  2. bin/magento module:enable CustomGento_YouTubeNoCookie
  3. bin/magento setup:upgrade
  4. bin/magento setup:di:compile
  5. bin/magento cache:flush

Manual Installation

  1. unzip the downloaded files
  2. create the directory app/code/CustomGento/YouTubeNoCookie/: mkdir -p app/code/CustomGento/YouTubeNoCookie/
  3. copy the unzipped files to the newly created directory app/code/CustomGento/YouTubeNoCookie/
  4. bin/magento module:enable CustomGento_YouTubeNoCookie
  5. bin/magento setup:upgrade
  6. bin/magento setup:di:compile
  7. bin/magento cache:flush

Uninstallation

The uninstallation procedure depends on your setup:

Uninstallation After Composer Installation

  1. bin/magento module:uninstall CustomGento_YouTubeNoCookie
  2. bin/magento setup:di:compile
  3. bin/magento cache:flush

Uninstallation After Manual Installation

  1. bin/magento module:disable CustomGento_YouTubeNoCookie
  2. bin/magento setup:di:compile
  3. bin/magento cache:flush
  4. rm -r app/code/CustomGento/YouTubeNoCookie

Support

If you have any issues with this extension, feel free to open an issue on GitHub.

Licence

Open Software License 3.0

Copyright

(c) 2020 - present CustomGento GmbH

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.