Moving small cat

Move with arrows.

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name         Moving small cat
// @namespace    https://greasyfork.org/en/users/728125
// @version      1.0
// @description  Move with arrows.
// @author       cv
// @match        *.ourworldoftext.com/*
// @grant        none
// ==/UserScript==

var l="\n ,|,  \n(°.7  \n|  ⑊  \nᒑᒑf_)/",g="\n      \n      \n      \n      ",prE=cursorCoordsCurrent;OWOT.acceptOwnEdits=!0;var p=function(a,b,c,e,f){for(var g=c,d=[],h=g,j=e,k=a,l=k,m=b,n=0;n<f.length;++n)"\n"==f.charAt(n)||"\r"==f.charAt(n)?(7==j?(j=0,m+=1):j+=1,l=k,h=g):(ea=[m,l,j,h,"",f.charAt(n).toString(),""],d.push(ea),15==h?(h=0,l+=1):h+=1);network.write(d,!1,!1)};document.addEventListener("keydown",function(a){const b=a.key;b.startsWith("Arrow")&&(p(...prE,g),p(...cursorCoordsCurrent,l),prE=cursorCoordsCurrent)});