https://github.com/arsalan0c/clear
A chrome extension to remove all saved searches from the following page with a single click: https://myactivity.google.com/privacyadvisor/search
https://github.com/arsalan0c/clear
chrome-extension privacy search
Last synced: about 2 months ago
JSON representation
A chrome extension to remove all saved searches from the following page with a single click: https://myactivity.google.com/privacyadvisor/search
- Host: GitHub
- URL: https://github.com/arsalan0c/clear
- Owner: arsalan0c
- License: mit
- Created: 2019-05-20T14:44:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T01:38:14.000Z (about 5 years ago)
- Last Synced: 2025-10-19T15:43:17.144Z (9 months ago)
- Topics: chrome-extension, privacy, search
- Language: JavaScript
- Homepage:
- Size: 3.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/arsalanc-v2/clear)
[](https://github.com/prettier/prettier)
[](https://deepscan.io/dashboard#view=project&tid=4974&pid=6771&bid=58345)
# clear
> Buttonifies the removal of all of one's Google searches stored by Google, as a Chrome extension for convenience.

## Performance
Takes < 2 seconds.
## Behaviour
* Returns to the tab that was active prior to clicking
* Displays an alert box at the end indicating whether the deletion was successful or not
* Stops execution if a Google account is not signed-in (a requirement)
## Usage
1. Clone this repository: `git clone https://github.com/arsalanc-v2/clear`
2. Navigate to `chrome://extensions`
3. Click on `Load unpacked`
4. Select the cloned folder
## Running Tests
1. ```npm install```
2. ```npm run citest```