User Tools

Site Tools


chrome_notes

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

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:

extensions I use

chrome_notes.txt · Last modified: 2023/01/12 06:01 by raju