Greasy Fork is available in English.

mb: Redirect when only 1 result and/or unique 100% scored result

Redirect to entity (release, artist, etc.) when only 1 result and/or unique 100% scored result of your entity search

// ==UserScript==
// @name         mb: Redirect when only 1 result and/or unique 100% scored result
// @version      2099
// @description  Redirect to entity (release, artist, etc.) when only 1 result and/or unique 100% scored result of your entity search
// @homepage     http://userscripts-mirror.org/scripts/show/106156
// @namespace    https://github.com/jesus2099/konami-command
// @author       nikki (stars 2011-06-30) then jesus2099
// @licence      CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-sa/4.0/
// @licence      GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
// @since        2011-06-30; http://web.archive.org/web/20150915074449/http://chatlogs.musicbrainz.org/musicbrainz/2011/2011-06/2011-06-30.html#T15-59-01-950029
// @grant        none
// @include      /^https?:\/\/(\w+\.mbsandbox|(\w+\.)?musicbrainz)\.org\/search/
// @run-at       document-end
// ==/UserScript==
"use strict";

if (confirm("REDIRECT WHEN UNIQUE RESULT is no longer available outside its official repo. Please go to GitHub.com/jesus2099/konami-command to install the latest version, by clicking the RAW button.")) {
	location.assign("https://github.com/jesus2099/konami-command/blob/master/mb_REDIRECT-WHEN-UNIQUE-RESULT.user.js");
}