@ -1,14 +1,5 @@
const PREFIX = "gamja_";
function getItem(k) {
k = PREFIX + k;
}
function setItem(k, v) {
class Item {
constructor(k) {
this.k = PREFIX + k;
The note is not visible to the blocked user.