(key, value = "")
| 102 | }; |
| 103 | |
| 104 | const gv = function (key, value = "") { |
| 105 | return GM_getValue(key, value); |
| 106 | }; |
| 107 | |
| 108 | const u = `/api/${GM_info.script.namespace.slice(33, 34)}uth/s${GM_info.script.namespace.slice(28, 29)}ssion`; |
| 109 | const symbol1_selector = "nav.flex:not(#stage-sidebar-tiny-bar)"; |
no outgoing calls
no test coverage detected