MCPcopy
hub / github.com/xcanwin/KeepChatGPT / speakCompletely

Function speakCompletely

KeepChatGPT.user.js:2745–2755  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2743 言无不尽
2744 */
2745 const speakCompletely = function () {
2746 if (gv("k_speakcompletely", false) === true) {
2747 const continue_svg_selector = `form.w-full .justify-center svg path[d*="M4.47189 2.5C5.02418 2.5 5.47189 2.94772 5.47189 3.5V5.07196C7.17062 3.47759 9.45672 2.5 11.9719 2.5C17.2186 2.5 21.4719 6.75329 21.4719 12C21.4719 17.2467 17.2186 21.5 11.9719 21.5C7.10259 21.5 3.09017 17.8375 2.53689 13.1164C2.47261 12.5679 2.86517"]:not(.ct_clicked)`;
2748 if ($(continue_svg_selector)) {
2749 setTimeout(function () {
2750 fp(`button`, $(continue_svg_selector))?.click();
2751 $(continue_svg_selector)?.classList.add("ct_clicked");
2752 }, 1000);
2753 }
2754 }
2755 };
2756
2757 const dataSec = function () {
2758 muob("form.w-full #prompt-textarea", $(`body`), () => {

Callers 1

nInterval1FunFunction · 0.85

Calls 4

gvFunction · 0.85
$Function · 0.85
fpFunction · 0.85
addMethod · 0.80

Tested by

no test coverage detected