JSFiddle - React, Tailwind, and code Playground
by dshilkret
JavaScript
var url = new URL(document.URL);
var params = new URLSearchParams(url.search);
var sysid = "-14";//params.get('sys_id');
var editorConsole = params.get('editor_console');
if(sysid == "-1"){
window.alert = function(){}
}
alert("If you are seeing this alert, then you have hit the (sys_id != "-1") logical block.\n or times when a sys_id is present...if you see no alert then this feature is working.");