/kill-chrome

Kill all Chrome tabs (...and extensions!) to improve performance, decrease battery usage, and save memory

Primary LanguageJavaScriptMIT LicenseMIT

KILL TABS (& extensions) (on all browsers)

as both a double tab and extension abuser, the original kill-tabs was almost perfect :)

This fork simply removes one logical and operator on line 3 in this bit of code » the result = kills extension processes as well 😏

.some(name =>
  x.cmd.includes(processes[name])) &&
  x.cmd.includes('--type=renderer') ||
  x.cmd.includes('--extension-process')
)

todo

  • safari
  • firefox
  • brave, edge (shld be the same)