Skip to content

Commit

Permalink
Change author
Browse files Browse the repository at this point in the history
  • Loading branch information
Morea committed Oct 14, 2023
1 parent 95e47c3 commit d5756c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Find Unique Titles/config/userscript.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const UserScriptConfig: IWebpackUserScript = {
scriptHeaders: {
name: "Find Unique Titles",
namespace: "http://tampermonkey.net/",
author: "passthepopcorn_cc",
author: "Mea01",
match: [
"https://cinemageddon.net/browse.php*",
"https://karagarga.in/browse.php*",
Expand Down
2 changes: 1 addition & 1 deletion Find Unique Titles/dist/find.unique.titles.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name Find Unique Titles
// @description Find unique titles to cross seed
// @version 0.0.1
// @author passthepopcorn_cc
// @author Mea01
// @match https://cinemageddon.net/browse.php*
// @match https://karagarga.in/browse.php*
// @match https://hdbits.org/browse.php*
Expand Down
2 changes: 1 addition & 1 deletion PTP - Add IMDB Cover/PTP - Add IMDB Cover.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name PTP - Add IMDB Cover
// @namespace http://tampermonkey.net/
// @version 0.3
// @author passthepopcorn_cc
// @author Mea01
// @match https://passthepopcorn.me/upload.php?*
// @match https://passthepopcorn.me/upload.php
// @match https://passthepopcorn.me/requests.php*
Expand Down
2 changes: 1 addition & 1 deletion PurchasableChecker/config/userscript.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const UserScriptConfig: IWebpackUserScript = {
scriptHeaders: {
name: "PurchasableChecker",
namespace: "http://tampermonkey.net/",
author: "passthepopcorn_cc",
author: "Mea01",
include: [
"https://passthepopcorn.me/requests.php*",
],
Expand Down

0 comments on commit d5756c9

Please sign in to comment.