motiko / Beautify Salesforce Debug View

Your library usage here on OUJS uses too vague of a relative url... so most engines will not install this script properly. There is also a mandatory @license issue fixed in this patch:

--- /scripts/motiko/Beautify_Salesforce_Debug_View/source@0.2.9+e856550
+++ /scripts/motiko/Beautify_Salesforce_Debug_View/source
@@ -4,9 +4,10 @@
 // @version      0.2.9
 // @description Beautify Salesforce Debug View
 // @author       motiko
+// @license      MIT
 // @match        https://*.salesforce.com/p/setup/layout/ApexDebugLogDetailEdit/*
-// @require beautify.js
-// @require beautify-html.js
+// @require /src/libs/motiko/beautify.js
+// @require /src/libs/motiko/beautify-html.js
 // @resource debug_css https://raw.githubusercontent.com/motiko/sfdc-debug-logs/master/monkey/debug.css
 // @grant    GM_addStyle
 // @grant    GM_getResourceText

Thanks,
OUJS Admin