Change unraid.net logo target to go home

9/27/2021, 10:21:15 PM

// ==UserScript==
// @name        Change unraid.net logo target to go home
// @namespace   Violentmonkey Scripts
// @include     /^https?://(.*).unraid.net/.*$/
// @grant       none
// @version     1.0
// @author      alexleekt
// @description 9/27/2021, 10:21:15 PM
// ==/UserScript==

$(".logo > a[target='_blank']").attr("href", "/").attr("target", "_self");