Skip to content

Commit

Permalink
mb_add_remix_credit_links: Match more remixes
Browse files Browse the repository at this point in the history
  • Loading branch information
atj committed Mar 4, 2024
1 parent 4ede21a commit 8e3c139
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mb_add_remix_credit_links.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@
* Black Truffles in the Snow (Mike Huckaby's S Y N T H remix)
* Yes, No, Maybe (Sterac Electronics instrumental remix)
* The Rainbow Song (Crackazat rework)
* I Am Ice (Carbinax remodel)
* Tears (ReKaB re‐shuffle)
*/
const TitleRemixRegexp =
/^\s*(.+)\s+\(\s*(.+)\s+(?:(?:re-?)?(?:[dr]ub|edit|mix)|re-?work).*\)/i;
/^\s*(.+)\s+\(\s*(.+)\s+(?:(?:re-?)?(?:[dr]ub|edit|mix)|re-?(?:model|shuffle|work)).*\)/i;

// This code is based on:
// https://stackoverflow.com/questions/42795059/programmatically-fill-reactjs-form
Expand Down

0 comments on commit 8e3c139

Please sign in to comment.