Blabberbox » Hack for Distrokid Editing Non-English ReleasesShare on Twitter

Hack for DistroKid Editing Non-English Releases

September 17th, 2026 | Posted by pftq in Blabberbox | #
We've reported for years to @DistroKid that their Edit page incorrectly disallows English letters in non-English releases.  They still haven't fixed it, so I came up with the below hack, which you can paste in the browser console (right-click > inspect > console):

Quote
window.containsEnglishChars = function(str) {
    console.log('Bypassing English character check for:', str);
    return false;
};

window.skipClientSide = true;

console.log('Validation bypass applied.  You can now try to submit the form.');

6 unique view(s)

Leave a Comment

Name: (Have an account? Login or Register)
Email: (Won't be published)
Website: (Optional)
Comment:
Enter the code from image: