WebExtension.net
Toggle dark mode
WebExtension.net

NoEval - Disable Eval()

View on Chrome Web Store
View NoEval - Disable Eval() Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Disable window.eval() in all websites and improve your online security!
Type
Extension
Users
192 users
2
Keller
View author page of Keller
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 23, 2020
Version 0.1.6
Manifest version
3
Updated
Updated on February 11, 2024
make_chrome_yours/privacy
Extension Category
View on Chrome Web Store
View NoEval - Disable Eval() Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest
NoEval - Disable Eval() Chrome Extension Image 1
NoEval - Disable Eval() Chrome Extension Image 2

Description

NoEval extension disables window.eval() function on all webpages. It also disables similar approached to eval() when the input argument's type is String:

  1. eval('sample code')
  2. (new Function('sample code'))()
  3. window.setTimeout('sample code', delay)
  4. window.setInterval('sample code', delay)

When eval or similar methods are used on websites, users might be at risk in terms of security. Please visit the below page to get more info about eval and why it is a dangerous function: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval#Never_use_eval!

To turn the extension ON/OFF, please open the toolbar popup and then press the toggle button on the left side. Next, please reload all open tabs for changes to take effect.

If you found a bug, or have a feature request in mind, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/noeval.html).

© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top