mirror of
https://github.com/lawrencehook/remove-youtube-suggestions.git
synced 2026-07-25 06:54:31 +00:00
7 lines
79 B
Bash
7 lines
79 B
Bash
#!/bin/bash
|
|
|
|
cd src
|
|
cp firefox_manifest.json manifest.json
|
|
web-ext build
|
|
cd ..
|