Comment Background fetch. Such a "useful" concept (Score 3, Insightful) 52
ah yes. Background fetch. Such a "useful" concept
ps1 Nuke
New-Item -Path 'HKLM:\Software\Policies\Google' -Name 'Chrome' -Force | Out-Null; New-ItemProperty -Path 'HKLM:\Software\Policies\Google\Chrome' -Name 'BackgroundModeEnabled' -PropertyType DWord -Value 0 -Force | Out-Null; New-Item -Path 'HKLM:\Software\Policies\Microsoft' -Name 'Edge' -Force | Out-Null; New-ItemProperty -Path 'HKLM:\Software\Policies\Microsoft\Edge' -Name 'BackgroundModeEnabled' -PropertyType DWord -Value 0 -Force | Out-Null
uBlock
||*/service-worker.js$script,important
||*/sw.js$script,important
Chrome/Edge
Ctrl+Shift+I
Network tab any request Override headers.
Permissions-Policy: background-fetch=()
Chrome
chrome://settings/?search=background
Continue running background apps when Google Chrome is closed - toggle to OFF
Edge
edge://settings/?search=continue