Introduce a.
With the help of a Chrome plugin called BookmarkHub[1].
BookmarkHub is a browser plug-in that synchronizes your bookmarks between different browsers.
Works with all major browsers, such as Chrome, Firefox, Microsoft Edge, etc.
It uses GitHub Gist records to store your browser’s bookmarks safely.
2. After installing the plug-in, open the Settings, need to provide two information:
1. Obtain GithubToken,
Log in to Github. If you don’t have an account, you need to create a new one.
Once you’re logged in, go to “Settings – Developer Settings – Generate New Tokens.” Check Gist and click “Generate Tokens.”
1
2
2. Obtain the Gist ID. Here is the new gist
Gist is a Github subservice. The simplest way to share code snippets, for example, is to put small scripts into Gist for easy sharing and management. Therefore, it can be used to achieve the synchronization and transfer of bookmarks.
When you go to the page, type in the description, the file name, the content, whatever you want, and click Create private Gist.
In this case, you can see in the address bar that the Gist ID is at the end of the URL. The string after the username
Copy the token and ID and paste them into the plugin. Then click the plugin icon to upload and download the bookmark.
Install the plugin in firefox or Edge, copy your token and ID, and sync your bookmarks across different browsers.
Gist is not responding when GitHub opens it
C:\Windows\System32\drivers\etc HOSTS in text or Notepad++
Paste and save this on the bottom line
# add by jdx, date 2020-12-25
# GitHub Start
52.74.223.119 github.com
13.250.177.223 gist.github.com
54.169.195.247 api.github.com
185.199.111.153 assets-cdn.github.com
151.101.76.133 raw.githubusercontent.com
151.101.76.133 gist.githubusercontent.com
151.101.76.133 cloud.githubusercontent.com
151.101.76.133 camo.githubusercontent.com
151.101.76.133 avatars0.githubusercontent.com
151.101.76.133 avatars1.githubusercontent.com
151.101.76.133 avatars2.githubusercontent.com
151.101.76.133 avatars3.githubusercontent.com
151.101.76.133 avatars4.githubusercontent.com
151.101.76.133 avatars5.githubusercontent.com
151.101.76.133 avatars6.githubusercontent.com
151.101.76.133 avatars7.githubusercontent.com
151.101.76.133 avatars8.githubusercontent.com
# GitHub End