Trans women are women. Trans rights are human rights. Fix your heart or die.

Disabling WebGL in your browser

Duration
1 minute read
Last Updated
May 2025
Topics
  • code snippet
  • webgl
  • browsers

For testing different scenarios and user preferences, you can use these steps to disable WebGL in different browsers. These work for MacOS. If someone tells me how to do it in Windows or I get the gumption I’ll update this post lol.

Disabling WebGL in Firefox & Zen

  1. Navigate your browser to about:config
  2. In the search bar, type webgl.disabled.
  3. Set the property that shows up to true.

To re-enable WebGL, you’ll need to un-set this configuration property.

Disabling WebGL in Google Chrome & Arc

For Chrome/Chromium-based browsers, you have to pass a special flag when you start the application. If you’ve installed Chrome somewhere other than the default location, you’ll need to update this script accordingly.

  1. In your Terminal, run:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --disable-webgl

To re-enable WebGL, just close the browser completely and start it again how you normally would.

Disabling WebGL in Safari, Edge, etc.

Sorry to bait you here with the headline. Haven’t worked out how to do it yet, but I’ll update when I do!