Skip to content

Commit

Permalink
Shorten @namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
euamotubaina committed Dec 15, 2024
1 parent 84c375f commit fb9884f
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions data-crystal.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Data Crystal monospace
// @namespace https://github.com/euamotubaina
// @version 2024-12-12
// @namespace github.com/euamotubaina
// @version 2024-12-15
// @description Upgrade monospace font
// @author euamotubaina
// @match https://datacrystal.tcrf.net/*
Expand Down
4 changes: 2 additions & 2 deletions gazelle-file-count.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// ==UserScript==
// @name Gazelle File Count
// @namespace https://github.com/euamotubaina
// @namespace github.com/euamotubaina
// @description Shows the number of tracks and/or files in each torrent
// @version 2024-12-14
// @version 2024-12-15
// @match https://redacted.sh/torrents.php*id=*
// @grant GM_getValue
// @grant GM_setValue
Expand Down
4 changes: 2 additions & 2 deletions gazelle-snatched.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// ==UserScript==
// @name Gazelle Snatched
// @namespace https://github.com/euamotubaina
// @namespace github.com/euamotubaina
// @description Mark snatched torrents across your favorite gazelle music trackers.
// @version 2024-12-15
// @author Mordred
// @match https://*redacted.sh/*
// @match https://*orpheus.network/*
Expand All @@ -12,7 +13,6 @@
// @grant GM_getResourceText
// @downloadURL https://raw.githubusercontent.com/euamotubaina/userscripts/main/gazelle-snatched.js
// @updateURL https://raw.githubusercontent.com/euamotubaina/userscripts/main/gazelle-snatched.js
// @version 2024-12-11
// ==/UserScript==

var snatched_groups = {};
Expand Down
6 changes: 3 additions & 3 deletions ops-csshacks.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// ==UserScript==
// @name Orpheus: CSS Hacks
// @name OPS: CSS Hacks
// @description Collages below torrents, adds .tl_notice
// @author [email protected]
// @namespace https://github.com/euamotubaina
// @version 2024-12-11-03
// @namespace github.com/euamotubaina
// @version 2024-12-15
// @grant none
// @match https://orpheus.network/torrents.php?id=*
// @match https://orpheus.network/artist.php?id=*
Expand Down
2 changes: 1 addition & 1 deletion ops-red-add-releases.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name OPS-RED: Add releases
// @namespace https://github.com/euamotubaina
// @namespace github.com/euamotubaina
// @version 2024-12-15
// @description Add releases to/from RED/OPS
// @author Audionut
Expand Down
2 changes: 1 addition & 1 deletion ops-red-exact-filesizes.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name OPS-RED: Exact filesizes
// @description Get exact size of files. Click [SZ] next to [PL]
// @version 2024-12-15
// @namespace https://github.com/euamotubaina
// @namespace github.com/euamotubaina
// @author userscript1
// @match https://redacted.sh/torrents.php?id=*
// @match https://orpheus.network/torrents.php?id=*
Expand Down
2 changes: 1 addition & 1 deletion ops-red-fix-pl.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name OPS-RED: Fix PL
// @namespace https://github.com/euamotubaina
// @namespace github.com/euamotubaina
// @version 2024-12-15
// @description Fix PL links
// @author euamotubaina
Expand Down
2 changes: 1 addition & 1 deletion red-fix-gazelle-snatched.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name RED: Fix Gazelle Snatched
// @namespace https://github.com/euamotubaina
// @namespace github.com/euamotubaina
// @version 2024-12-15
// @description Fix Gazelle Snatched
// @author euamotubaina
Expand Down
4 changes: 2 additions & 2 deletions stats-since-last.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// ==UserScript==
// @name Stats since last
// @version 1.4.1-03
// @version 1.4.1-04
// @description Displays the changes in stats on RED, PTP, OPS
// @author Chameleon
// @include http*://*redacted.sh/*
// @include http*://*passthepopcorn.me/*
// @include http*://*orpheus.network/*
// @grant GM_getValue
// @grant GM_setValue
// @namespace https://github.com/euamotubaina
// @namespace github.com/euamotubaina
// @downloadURL https://raw.githubusercontent.com/euamotubaina/userscripts/main/stats-since-last.js
// @updateURL https://raw.githubusercontent.com/euamotubaina/userscripts/main/stats-since-last.js
// ==/UserScript==
Expand Down

0 comments on commit fb9884f

Please sign in to comment.