Moving small cat

Move with arrows.

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==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)});