It's chrome extension which can remove Baidu's search results of specific site. It's easy to use. Just input site name or url, it will do the rest things.
- Of course, you can add any website to block. But, it won't remove the official website at first place.
- It works both site name and url.
- You can modify existing remove list.
- You can always disable this remove actions at anytime. You don't have to disable the hole extension.
- Use React and Webpack in Popup page.
- Support hot reload by mv3-hot-reload
- A better UI with Ant Design.
The Baidu's users are mostly Chinese. So, our current UI is Chinese. If you want an English version of this extension, please issue me. I'm glad to do in subsequent updates.
- Click extension icon and input website'name or url. Submit.
- Close popup page, and refresh current page.
The annoying website's gone from you sight. Go and have a try!
You also can create you own Chrome extension by fork this project.
-
Install all the required packages/dependencies using npm
npm install
. -
Run
npm run hotReload
to hot reload extension. -
Build extension files
npm run dev
. Copy project directory. -
Enter url
chrome://extensions/
in your Chrome. -
Click 'Load unpacked' button. Paste in explore window. When you see the extension icon in your Chrome, it means the extension had built successfully.