mirror of
https://github.com/lawrencehook/remove-youtube-suggestions.git
synced 2026-07-25 06:54:31 +00:00
Change repo references to point to the updated URL
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
github: emumoo # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||
github: lawrencehook # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||
patreon: # Replace with a single Patreon username
|
||||
open_collective: # Replace with a single Open Collective username
|
||||
ko_fi: # Replace with a single Ko-fi username
|
||||
|
||||
@@ -14,7 +14,7 @@ Available for install here: https://addons.mozilla.org/en-US/firefox/addon/remov
|
||||
If you'd like to contribute to the development of this add-on, the following commands should get you started with a dev environment.
|
||||
|
||||
```
|
||||
$ git clone https://github.com/emumoo/remove-youtube-suggestions.git
|
||||
$ git clone https://github.com/lawrencehook/remove-youtube-suggestions.git
|
||||
$ cd remove-youtube-suggestions
|
||||
$ npm install --global web-ext
|
||||
$ web-ext run
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Remove Youtube Suggestions",
|
||||
"description": "Removes all suggestions from Youtube.",
|
||||
"homepage_url": "https://github.com/emumoo/remove-youtube-suggestions",
|
||||
"homepage_url": "https://github.com/lawrencehook/remove-youtube-suggestions",
|
||||
"manifest_version": 2,
|
||||
"version": "1.0.0",
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"manifest_version": 2,
|
||||
"name": "Remove Youtube Suggestions",
|
||||
"version": "3.2.2",
|
||||
"homepage_url": "https://github.com/emumoo/remove-youtube-suggestions",
|
||||
"homepage_url": "https://github.com/lawrencehook/remove-youtube-suggestions",
|
||||
|
||||
"content_scripts": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user