chrome_notes
Table of Contents
favorite configuration on desktop
restore previous session
chrome://settings/onStartup -> check "Continue where you left off"
or
Settings -> On startup -> check "Continue where you left off"
or
Settings -> On startup -> Manage on startup pages -> Pages to open on startup -> check "Continue where you left off"
or
chrome://settings/startupUrls -> Manage on startup pages -> Pages to open on startup -> check "Continue where you left off"
dummy
links I came across
- https://support.google.com/chrome/answer/157179 - chrome keyboard shortcuts
Extensions
Install bypass paywalls
Ref:- https://github.com/iamadamdev/bypass-paywalls-chrome
cd $software/zipped mkdir -p bypass_paywalls cd bypass_paywalls
Create a backup of the existing zip file
make_bkup.py master.zip
Download the zip file
curl -L -O https://github.com/iamadamdev/bypass-paywalls-chrome/archive/master.zip
Create a backup of previously unzipped version.
cd ../../unZipped make_bkup.py bypass-paywalls-chrome-master rm -rf bypass-paywalls-chrome-master
Unzip the latest version
unzip ../zipped/bypass_paywalls/master.zip
This will unzip everything into $software/unZipped/bypass-paywalls-chrome-master
chrome -> chrome://extensions/ Enable Developer mode -> Load unpacked select $software/unZipped/bypass-paywalls-chrome-master
related:
- https://github.com/iamadamdev/bypass-paywalls-chrome/archive/v1.7.5.zip - link to download a specific version.
- https://github.com/KamarajuKusumanchi/rutils/blob/master/python3/make_bkup.py - script to backup a directory or a file.
extensions I use
- autoscroll
- Install this extension to scroll using the middle mouse button in chrome on Debian.
- It supports two ways of scrolling:
- Press (or hold) the middle mouse button and then move the mouse
- Hold Ctrl and press the left mouse button
chrome_notes.txt · Last modified: 2023/01/12 06:01 by raju