17,101
edits
m (Colons in headings is kind of weird) |
(Update Chrome methods, as existing method is now deprecated) |
||
Line 1: | Line 1: | ||
== | == Chrome == | ||
=== Version 96 and Later (Windows) === | |||
# Create a shortcut for Chrome if one does not already exist. Alternatively, the start menu entry can be changed by right clicking Chrome within the start menu, then clicking "Open file location" | |||
# Right click the shortcut, from the context menu click "Properties" | |||
# Within the "Target" field, go to the far right side (after the quotation mark), then input a space followed by <code>--disable-backgrounding-occluded-windows</code>. The final result should look something like <code>"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-backgrounding-occluded-windows</code> | |||
# Click "Apply", then "OK" to save changes made to the shortcut | |||
# If Chrome is already running, close the application then re-open it using the newly-edited shortcut | |||
=== | === Version 95 and Earlier === | ||
# Go to '''chrome://flags''' in the browser address bar | # Go to '''chrome://flags''' in the browser address bar | ||
# Search for "Calculate window occlusion on Windows" and set value to disabled | # Search for "Calculate window occlusion on Windows" and set value to disabled | ||
# (Optional on newer browsers) Search for "Enable occlusion of web contents" and set value to disabled | # (Optional on newer browsers) Search for "Enable occlusion of web contents" and set value to disabled | ||
== Edge == | |||
# Go to '''edge://flags''' in the browser address bar | # Go to '''edge://flags''' in the browser address bar | ||
# Search for "Calculate window occlusion on Windows" and set value to disabled | # Search for "Calculate window occlusion on Windows" and set value to disabled | ||
# (Optional on newer browsers) Search for "Enable occlusion of web contents" and set value to disabled | # (Optional on newer browsers) Search for "Enable occlusion of web contents" and set value to disabled | ||
== Firefox (Version 59 and Later) == | |||
# Go to '''about:config''' in the browser address bar | # Go to '''about:config''' in the browser address bar | ||
# | # Search for "dom.timeout.enable_budget_timer_throttling" and set value to false | ||
{{Menu}}[[Category:Guides]] | {{Menu}}[[Category:Guides]] |