MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / btn

Function btn

example/tests/gm_xhr_test.js:156–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154 document.documentElement.append(panel);
155
156 function btn() {
157 return {
158 background: "#2a6df1",
159 color: "white",
160 border: "0",
161 padding: "6px 10px",
162 borderRadius: "6px",
163 cursor: "pointer",
164 };
165 }
166
167 const $log = panel.querySelector("#log");
168 const $counts = panel.querySelector("#counts");

Callers 1

gm_xhr_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected