How to Enable JavaScript on Arc
Arc is The Browser Company's reimagined Chromium browser, available on macOS, Windows, and iOS (the iPhone version, called Arc Search, is a thinner companion app rather than a full Arc port). On every platform JavaScript is enabled by default. If a site is showing a blank page or a "Please enable JavaScript" message in Arc, the toggle has been changed somewhere in your settings - typically by an extension, a profile import from Chrome, or a privacy preset.
This guide covers every Arc scenario: enabling JavaScript globally on macOS and Windows, allowing it for a single site, the arc://settings shortcut, the iOS flow, and how to verify JavaScript is running. All steps reflect Arc's current interface as of 2026.
Enable JavaScript globally in Arc on macOS Sequoia
Arc started life as a Mac-only browser, and macOS is still where most Arc users are. The Settings page lives behind the standard Cmd + , shortcut.
Step 1: Open Arc
Launch Arc from Launchpad, Spotlight, or the Dock.
Step 2: Open Settings
Press Cmd + ,. Or click Arc → Settings in the macOS menu bar.
Step 3: Open the Profiles tab
In the Settings window, click the Profiles tab. Arc keeps per-profile settings here, including site permissions inherited from Chromium.
Step 4: Open Advanced → Site Settings
Scroll to the bottom of the profile and click Manage advanced settings in Chromium. Arc opens its underlying Chromium settings page in a new tab. From there, click Privacy and security → Site settings.
Step 5: Open the JavaScript permission
Scroll to the Content section and click JavaScript.
Step 6: Set "Sites can use JavaScript"
Under Default behavior, select Sites can use JavaScript. The change is instant. Reload any open tab.
Enable JavaScript globally in Arc on Windows 11
The Windows version of Arc reached general availability in 2024 and has feature parity with the Mac version for everything related to web rendering. The path to the JavaScript toggle is identical except for the keyboard shortcut.
Step 1: Open Arc
Launch Arc from the Start menu or taskbar.
Step 2: Open Settings
Press Ctrl + , or click your avatar in the sidebar and choose Settings.
Step 3: Open the Profiles tab and Advanced settings
Click Profiles, scroll to the bottom, and click Manage advanced settings in Chromium.
Step 4: Privacy and security → Site settings
In the Chromium settings page click Privacy and security in the sidebar, then Site settings.
Step 5: Open the JavaScript permission
Scroll to Content and click JavaScript.
Step 6: Set "Sites can use JavaScript"
Select Sites can use JavaScript. The change applies immediately.
The fast path: arc://settings/content/javascript
The Chromium settings page Arc opens internally responds to the same address-bar shortcut Chrome and Brave use. Type or paste:
arc://settings/content/javascript
Press Enter and Arc takes you straight to the JavaScript permission page. Same toggle, same allow-list, no clicking through Profiles and Advanced. Bookmark it.
Other useful Arc shortcuts:
arc://settings/content- the full Site settings page (all permissions).arc://settings/privacy- the broader Privacy and security panel.arc://flags- experimental flags (advanced users only).
Allow JavaScript on a single site in Arc
If you have JavaScript blocked globally, you can still allow it on individual sites:
- Open
arc://settings/content/javascript. - Scroll to Customised behaviours.
- Click Add next to Allowed to use JavaScript.
- Type the site, e.g.
[*.]github.comfor all GitHub subdomains, orhttps://mail.google.comfor a single host. - Click Add.
You can also do this from a tab that is already open: click the small lock or tune icon to the left of the URL, choose Site settings, find JavaScript, and switch it from Block (default) to Allow.
Enable JavaScript on Arc Search for iPhone and iPad
Arc Search on iOS is a different app from desktop Arc. It is a search-first launcher built on top of Apple's WebKit, so its JavaScript handling is controlled entirely by iOS itself. Apple requires every browser on iOS and iPadOS to use the system WebKit engine, which means there is no JavaScript toggle inside the Arc Search iOS app. The setting that controls JavaScript for Arc Search lives in iOS Settings, and it applies to every browser on the device at the same time.
Step 1: Open the iOS Settings app
Tap the gray gear icon on your home screen or App Library.
Step 2: Tap Apps
Scroll down and tap Apps.
Step 3: Tap Safari
Inside Apps, tap Safari.
Step 4: Open Advanced
Scroll to the bottom of Safari's settings and tap Advanced.
Step 5: Enable JavaScript
Toggle JavaScript on (green). The change applies immediately to Arc Search, Safari, Chrome, Brave, and every other browser on the device.
How to verify JavaScript is now on in Arc
The clearest test:
- Open a new tab and visit any JavaScript-detection page.
- If the page reports JavaScript is enabled, the toggle is doing its job.
You can also confirm via DevTools:
- Press Cmd + Option + I (Mac) or Ctrl + Shift + I (Windows) to open DevTools.
- Click the Console tab.
- Type
1+1and press Enter. If the console returns2, JavaScript is running.
How to disable JavaScript on Arc
If you need the opposite, see our guide: How to Disable JavaScript on Arc. It covers the global block, the per-site allow-list, and the privacy and performance reasons people choose to turn it off.