Skip to content

Commit

Permalink
replaced .me with .one
Browse files Browse the repository at this point in the history
  • Loading branch information
Malanavi committed Nov 12, 2023
1 parent 46901bf commit d7eb54f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Watch and download on Shikimori
The add-on adds the ability to watch and download anime on the Shikimori.me website.
The add-on adds the ability to watch and download anime on the Shikimori.one website.

## Install
### Mozilla Firefox
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

"content_scripts": [
{
"matches": ["*://shikimori.me/*"],
"matches": ["*://shikimori.one/*"],
"js": [
"./scripts/helpers/helpers.js",
"./scripts/helpers/shikimori.js",
Expand Down
2 changes: 1 addition & 1 deletion manifest.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// @copyright 2023, Malanavi
// @license GPL-3.0-or-later; https://www.gnu.org/licenses/gpl-3.0.txt

// @match *://shikimori.me/*
// @match *://shikimori.one/*

// @require https://raw.github.com/Malanavi/Watch-and-download-on-Shikimori/main/scripts/helpers/helpers.js
// @require https://raw.github.com/Malanavi/Watch-and-download-on-Shikimori/main/scripts/helpers/shikimori.js
Expand Down

0 comments on commit d7eb54f

Please sign in to comment.