-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Morea
committed
Sep 30, 2023
1 parent
1df9bd9
commit 4fbec8e
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
Find Unique Titles is a user script that allow finding content to upload from other trackers. | ||
|
||
# Install | ||
Run `npm run dev` to generate the user script that you can import in your user script extension. The generated script can be found in the dist directory. | ||
You copy paste the content of the file `dist/find.unique.titles.user.js`. | ||
You can generate it by running run `npm run dev`. | ||
|
||
# Changelog | ||
## 2020-09-30 | ||
|
||
- Add support for BHD page | ||
- Fix an issue where TV content is shown as new content in PTP | ||
- Add support for GPW |