User Tools

Site Tools


chrome_notes

This is an old revision of the document!


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"

disable video auto play

  • Disable automatic playing of videos on facebook.com using this extension. Once the extension is installed, hide the icon in the toolbar by right clicking on it → select “Hide in Chrome menu”.

Configuration

set up custom search engines

Right click in the address bar -> Edit search engines
or
preferences button -> Settings -> Settings -> Search -> Manage search engines


Add a new search engineKeywordURL with %s in place of query
Wikipedia.org wiki https://www.wikipedia.org/search-redirect.php?family=wikipedia&language=en&search=%s&go=&go=Go
raju.shoutwiki.com rwiki http://raju.shoutwiki.com/wiki/Special:Search?search=%s&go=Go

To access the search engines, enter the keyword in the address bar and press tab.

Another easy way to add a custom search engine is to go to the website, right click on the search bar → select “Add as search engine…” → edit the fields if necessary → ok

dummy

Extensions

Install ublock origin

Ref:- https://github.com/gorhill/uBlock/tree/master/dist#build-instructions-for-developers

cd $software/build
mkdir ublock_origin_parent; cd ublock_origin_parent

git clone https://github.com/gorhill/uBlock.git
# 2022-09-20: Do we have to check out uAssets?
git clone https://github.com/uBlockOrigin/uAssets.git
cd uBlock
git checkout master

conda activate py310
./tools/make-chromium.sh

The package is created in dist/build/uBlock0.chromium

chrome -> chrome://extensions/
Enable Developer mode
-> Load unpacked
select /uBlock/dist/build/uBlock0.chromium/

Useful links:

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.1681689645.txt.gz · Last modified: 2023/04/17 00:00 by raju