How to Disable JavaScript on Arc
Arc is built on Chromium, which means it inherits every fine-grained JavaScript control Chrome and Brave have - the global toggle, the per-site allow-list, the address-bar shortcut, even the DevTools per-tab disable. The Arc team has not added their own privacy-focused script blocker on top, the way Brave Shields does, so the path to disabling JavaScript in Arc is essentially the Chrome flow with a different keyboard shortcut and a thicker sidebar.
Arc users tend to disable JavaScript for one of three reasons: testing how a site degrades for users without JS (web developers), defending against tracking and fingerprinting on a public network, or saving CPU and battery on an older Mac. All three are legitimate, and the toggle below covers every one of them.
Before you disable: read this
With JavaScript globally turned off in Arc, expect the following:
- Most single-page apps (Gmail, Google Docs, Slack, Notion, X/Twitter, Facebook, Instagram, online banking) will not load past a blank screen or a static fallback.
- Login forms on many sites will fail silently, because the submit button is wired up in JavaScript instead of a plain HTML form.
- Search autocomplete, infinite scroll, video players, captchas, and "Add to cart" buttons will frequently break.
- Many news sites and blogs work surprisingly well, because the body text is in the HTML and the JavaScript is mostly ads and analytics.
The recommended setup for most people is block by default, allow-list a few trusted sites. Steps for that allow-list workflow are below.
Disable JavaScript globally in Arc on macOS Sequoia
Step 1: Open Arc
Launch Arc from Launchpad, Spotlight, or the Dock.
Step 2: Open Settings
Press Cmd + , or choose Arc → Settings from the macOS menu bar.
Step 3: Profiles → Manage advanced settings in Chromium
Click the Profiles tab and scroll to the bottom. Click Manage advanced settings in Chromium to open the underlying Chromium settings page.
Step 4: Privacy and security → Site settings
In the Chromium settings, click Privacy and security in the sidebar, then Site settings. Scroll to the Content section.
Step 5: Open the JavaScript permission
Click JavaScript.
Step 6: Switch to "Don't allow sites to use JavaScript"
Under Default behavior, select Don't allow sites to use JavaScript. From this point on every page you load will be served without running any JavaScript.
Disable JavaScript globally in Arc on Windows 11
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: Profiles → Manage advanced settings in Chromium
Click Profiles and then Manage advanced settings in Chromium at the bottom.
Step 4: Privacy and security → Site settings
In the Chromium settings, click Privacy and security → Site settings.
Step 5: Open the JavaScript permission
Scroll to Content and click JavaScript.
Step 6: Switch to "Don't allow sites to use JavaScript"
Select Don't allow sites to use JavaScript.
The fast path: arc://settings/content/javascript
If you do this often, skip the menu entirely. 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. Bookmark it.
Allow JavaScript on a single site (allow-list workflow)
The recommended setup for most users:
- Make sure Default behavior on
arc://settings/content/javascriptis set to Don't allow sites to use 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.
The leading [*.] pattern is the wildcard for "any subdomain". Without it, the rule applies only to the exact host.
Block JavaScript on a single site (block-list workflow)
The mirror image: JavaScript on globally, but switched off for a few specific sites:
- Leave Default behavior on Sites can use JavaScript.
- Under Customised behaviours, click Add next to Not allowed to use JavaScript.
- Enter the site (e.g.
[*.]heavynewssite.com) and click Add.
That site now loads with JavaScript blocked while the rest of the web continues to work normally.
How to verify JavaScript is now off
Settings can lie. Extensions can override them. The cleanest test:
- Open a new tab and visit any JavaScript-detection page.
- Open Arc's DevTools with Cmd + Option + I (Mac) or Ctrl + Shift + I (Windows).
- Click the Console tab.
- Type
1+1and press Enter.
If the page-level test reports JavaScript is off and a JS-heavy site stays blank, the toggle is working.
Disable JavaScript only inside DevTools (per-tab testing)
For developers who want JavaScript off for one tab without changing the global setting:
- Open the page you want to test.
- Press Cmd + Option + I (Mac) or Ctrl + Shift + I (Windows).
- Open the Command Menu with Cmd + Shift + P (Mac) or Ctrl + Shift + P (Windows).
- Type
Disable JavaScriptand press Enter. - Reload the page. JavaScript is now off for this tab only, while DevTools stays open.
Disable JavaScript on Arc Search for iPhone and iPad
Arc Search on iOS uses Apple's WebKit, so the JavaScript switch is controlled by the system rather than the app. The toggle is in iOS Settings and affects every browser on the device.
- Open the iOS Settings app.
- Scroll to Apps and tap it.
- Tap Safari.
- Scroll to the bottom and tap Advanced.
- Switch the JavaScript toggle off.
JavaScript is now off across Arc Search, Safari, Chrome, Brave, and every other iOS browser until you switch it back on.
What to do if a site you need is now broken
Three options, in order of how minimal the change is:
- Add the site to your allow-list (steps above). Most surgical.
- Use a separate Arc profile or Space for browsing with JavaScript on. Open the avatar menu, add a profile, keep JS enabled there, and switch when you need a JS-heavy site to work.
- Re-enable JavaScript globally by setting Default behavior back to Sites can use JavaScript. Use the per-site block-list for the few sites you specifically want to block.