Chrome: Difference between revisions

From Bitpost wiki
(Created page with "I gave up on Chromium when google started jamming it up (requiring frequent cookie clearing). * Install google chrome via apt 3rd party repo, then it will auto-update wget -q...")
 
No edit summary
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
I gave up on Chromium when google started jamming it up (requiring frequent cookie clearing).
=== Status ===
* Install google chrome via apt 3rd party repo, then it will auto-update
 
  wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
* Fast, until it's not
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
* Reliable
sudo apt-get update
* Great profiles with google auth, plugin and bookmark syncing
sudo apt-get install google-chrome-stable
 
=== Install ===
 
mh-install-chrome
 
=== Usage ===
For multiple sessions, use:
mh-chrome-session2&
mh-chrome-session3&
 
To get to a tab via keyboard:
  Shift-F6 Shift-F6 (highlights current tab)
arrow left/right (move to other tabs, across X used to close tabs)
Shift-F10 (context menu - from there you can move tab to another window, sweeeeeet)
 
=== Plugins ===
 
* Adblock Plus / uBlock Origin
* [https://chrome.google.com/webstore/detail/page-refresher/moacggdlfmplipnlkkaeeilfekjmicej/related?hl=en a random page refresher addon] that hasn't been hacked yet hopefully like the last one
* [https://github.com/iamadamdev/bypass-paywalls-chrome bypass-paywall]
* [https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean b-p "clean" ?]
* [https://chrome.google.com/webstore/detail/tabs-outliner/eggkanocgddhmamlbiijnphhppkpkmkl/related tabs-outliner]
 
 
==== older ones that I think i don't want ====
* [https://chrome.google.com/webstore/detail/tab-to-windowpopup-keyboa/adbkphmimfcaeonicpmamfddbbnphikh/related?hl=en tab-to-window] via keybaord YES
* [https://github.com/sindresorhus/merge-windows merge-windows] merges ALL, too much - CONSIDER EXTENDING IT to allow selection of one window to merge to active - or write my own tab manager extension that shows a tab tree with d&d, DOH
* Super Easy Auto Refresh < THIS HAS BEEN HACKED / MALWARE'd

Latest revision as of 21:02, 6 June 2022

Status

  • Fast, until it's not
  • Reliable
  • Great profiles with google auth, plugin and bookmark syncing

Install

mh-install-chrome

Usage

For multiple sessions, use:

mh-chrome-session2&
mh-chrome-session3&

To get to a tab via keyboard:

Shift-F6 Shift-F6 (highlights current tab)
arrow left/right (move to other tabs, across X used to close tabs)
Shift-F10 (context menu - from there you can move tab to another window, sweeeeeet)

Plugins


older ones that I think i don't want

  • tab-to-window via keybaord YES
  • merge-windows merges ALL, too much - CONSIDER EXTENDING IT to allow selection of one window to merge to active - or write my own tab manager extension that shows a tab tree with d&d, DOH
  • Super Easy Auto Refresh < THIS HAS BEEN HACKED / MALWARE'd