lalkakrem / СТРАДАНИЯ ДЛЯ АМС

// ==UserScript==
// @name         СТРАДАНИЯ ДЛЯ АМС
// @version      1
// @author       крем
// @include      /https:\/\/\w?\.?catwar\.su\/.*/
// @include     https://catwar.su/dump/
// @license      MIT; https://opensource.org/licenses/MIT
// ==/UserScript==

(function() {
    const URL = document.location;
           if ((URL != 'https://catwar.su/cw3/') && (URL != 'https://catwar.su/dump/')) {
    $("#worklist").append(`<div style="font-size: 14px; margin:0 auto; justify-content: center;">
<div style="color: black; font-weight: 600;"><a href='https://catwar.su/uz' style="color: black; font-weight: 600;" target="_blank">Узовка</a> | <a href='https://catwar.su/murr' style="color: black; font-weight: 600;" target="_blank">ЛС</a> | <a href='https://catwar.su/dump/' style="color: black; font-weight: 600;" target="_blank">DUMP</a> | <a href='https://catwar.su/pma_ildine/' style="color: black; font-weight: 600;" target="_blank">БД</a> | <a href='https://catwar.su/lol/' style="color: black; font-weight: 600;" target="_blank">ЛОЛ</a> | <a href='https://catwar.su/lol/bog' style="color: black; font-weight: 600;" target="_blank">БОГ</a> | <a href='https://catwar.su/lol/file' style="color: black; font-weight: 600;" target="_blank">FILE</a> | <a href='https://catwar.su/lol/sock' style="color: black; font-weight: 600;" target="_blank">НОСКИ</a></div>
</div>`);
       };
     //ПОЧТОВИК:
   if ((URL == 'https://catwar.su/plak') || (URL == 'https://catwar.su/plak?new')) {
$("body").append(`
<script>
//основное поле
$(function() {
		if(localStorage.getItem("note_plak4")) {
    	$("#notesplak").html(localStorage.getItem("note_plak4"));
    }
    $("#clickplak").click(function() {
        addNoteplak();
        return false;
    })
});

function addNoteplak() {
    localStorage.setItem("note_plak4", $("#notesplak").html());
};
//скрытое поле
$(function() {
		if(localStorage.getItem("hidden_notes_plak")) {
    	$("#hiddennoteplak").html(localStorage.getItem("hidden_notes_plak"));
    }
    $("#clickplak0").click(function() {
        addNoteplak0();
        return false;
    })
});
function addNoteplak0() {
    localStorage.setItem("hidden_notes_plak", $("#hiddennoteplak").html());
};
//скрытый блок
function viewplak(n) {
    style = document.getElementById(n).style;
    style.display = (style.display == 'block') ? 'none' : 'block';
};

</script>


<div id="main_div_plak" style="display: inline-block; width: 25%; height: 40%; background: #d9c3a7F8; border: 1px solid #000000; border-radius: 5px; position: fixed; top: 15px; right: 6px; font-size: 11px; overflow: auto;">
<div style="margin: 6px;"><div style="color: black; font-weight: 600; font-size: 8px;"><a href='https://catwar.su/lol/' style="color: black; font-weight: 600;" target="_blank">ЛОЛ</a> | <a href='https://catwar.su/lol/sock' style="color: black; font-weight: 600;" target="_blank">НОСКИ</a> | <a href='https://catwar.su/lol/bog' style="color: black; font-weight: 600;" target="_blank">БОГОВКА</a> | <a href='https://catwar.su/lol/leader' style="color: black; font-weight: 600;" target="_blank">ИМЕНА</a>  | <a href="#hiddenplak" onclick="viewplak('hiddenplak'); return false" style="color: black; font-weight: 600; font-size: 14px;">ЗАМЕТКИ</a> </div>

<div id="hiddenplak" style="display: none;"><div style="width: 100%; height: 100%; border: 1px solid #00000072; overflow: auto;" contenteditable="true" id="hiddennoteplak"><div style="margin: 5px;">Это поле можно редактировать и скрывать.<br><br><br></div></div><br>
<a id="clickplak0" style="border: 1px solid #00000054; hover: border-color: #ffffff;">Cохранить заметки</a></div>
<div style="margin: 6px;">

<br>
<div style="width: 100%; height: 100%; border: 1px solid #00000072; overflow: auto;" contenteditable="true" id="notesplak"><div style="margin: 4px;">Это поле можно редактировать.<br><br><br></div></div><br>
<a id="clickplak" style="border: 1px solid #00000054; hover: border-color: #ffffff;">Cохранить заметки</a>
	</div>

<input id="elem_plak" type="text" name="quantity" placeholder="#000000" style="width: 15%;">&nbsp;&nbsp;&nbsp;&nbsp;<a href="" id="colorrrrr" data-bgcolor="#917f6d" class="setbg" onclick="aaaaaa()" style="color: black">Изменить цвет</a>
<script>
function aaaaaa() {
var vala_plak = document.getElementById('elem_plak').value;
document.getElementById('colorrrrr').dataset.bgcolor = vala_plak;
}

function getLS(n) {
    try {
        var ls = localStorage.getItem(n);
        if(typeof ls == 'undefined' || ls === null) return false;
        return $.parseJSON(ls);
    } catch(e){}
}
function setLS(n, v) {
	try {
		localStorage.setItem(n, JSON.stringify(v));
		return true;
    } catch(e){}
}
function setBgColor(){
    $('#main_div_plak').css('background-color', getLS('bgcolor') || '#917f6d');
}
$('.setbg').click(function(e){
    e.preventDefault();
    setLS('bgcolor', $(this).data('bgcolor'));
    setBgColor();
});
setBgColor();
// localStorage.removeItem('bgcolor'); // раскоментить для очистки
</script>
</div>`); };

     //ПОЧЕМУГРИВ:
   if ((URL == 'https://catwar.su/support') || (URL == 'https://catwar.su/support?new')) {
$("body").append(`
<script>
//основное поле
$(function() {
		if(localStorage.getItem("note_supp4")) {
    	$("#notessupp").html(localStorage.getItem("note_supp4"));
    }
    $("#clicksupp").click(function() {
        addNotesupp();
        return false;
    })
});

function addNotesupp() {
    localStorage.setItem("note_supp4", $("#notessupp").html());
};
//скрытое поле
$(function() {
		if(localStorage.getItem("hidden_notes_supp")) {
    	$("#hiddennotesupp").html(localStorage.getItem("hidden_notes_supp"));
    }
    $("#clicksupp0").click(function() {
        addNotesupp0();
        return false;
    })
});
function addNotesupp0() {
    localStorage.setItem("hidden_notes_supp", $("#hiddennotesupp").html());
};
//скрытый блок
function viewsupp(n) {
    style = document.getElementById(n).style;
    style.display = (style.display == 'block') ? 'none' : 'block';
};

</script>


<div id="main_div_supp" style="display: inline-block; width: 25%; height: 40%; background: #d9c3a7F8; border: 1px solid #000000; border-radius: 5px; position: fixed; top: 15px; right: 6px; font-size: 11px; overflow: auto;">
<div style="margin: 6px;"><div style="color: black; font-weight: 600; font-size: 8px;"><a href='https://catwar.su/lol/' style="color: black; font-weight: 600;" target="_blank">ЛОЛ</a> | <a href='https://catwar.su/lol/sock' style="color: black; font-weight: 600;" target="_blank">НОСКИ</a> | <a href='https://catwar.su/lol/bog' style="color: black; font-weight: 600;" target="_blank">БОГОВКА</a> | <a href='https://catwar.su/lol/leader' style="color: black; font-weight: 600;" target="_blank">ИМЕНА</a> | <a href="#hiddensupp" onclick="viewsupp('hiddensupp'); return false" style="color: black; font-weight: 600; font-size: 14px;">ЗАМЕТКИ</a> </div>

<div id="hiddensupp" style="display: none;"><div style="width: 100%; height: 100%; border: 1px solid #00000072; overflow: auto;" contenteditable="true" id="hiddennotesupp"><div style="margin: 5px;">Это поле можно редактировать и скрывать.<br><br><br></div></div><br>
<a id="clicksupp0" style="border: 1px solid #00000054; hover: border-color: #ffffff;">Cохранить заметки</a></div>
<div style="margin: 6px;">

<br>
<div style="width: 100%; height: 100%; border: 1px solid #00000072; overflow: auto;" contenteditable="true" id="notessupp"><div style="margin: 4px;">Это поле можно редактировать.<br><br><br></div></div><br>
<a id="clicksupp" style="border: 1px solid #00000054; hover: border-color: #ffffff;">Cохранить заметки</a>
	</div>

<input id="elem_supp" type="text" name="quantity" placeholder="#000000" style="width: 15%;">&nbsp;&nbsp;&nbsp;&nbsp;<a href="" id="colorrrrr" data-bgcolor="#917f6d" class="setbg" onclick="aaaaaa()" style="color: black">Изменить цвет</a>
<script>
function aaaaaa() {
var vala_supp = document.getElementById('elem_supp').value;
document.getElementById('colorrrrr').dataset.bgcolor = vala_supp;
}

function getLS(n) {
    try {
        var ls = localStorage.getItem(n);
        if(typeof ls == 'undefined' || ls === null) return false;
        return $.parseJSON(ls);
    } catch(e){}
}
function setLS(n, v) {
	try {
		localStorage.setItem(n, JSON.stringify(v));
		return true;
    } catch(e){}
}
function setBgColor(){
    $('#main_div_supp').css('background-color', getLS('bgcolor') || '#917f6d');
}
$('.setbg').click(function(e){
    e.preventDefault();
    setLS('bgcolor', $(this).data('bgcolor'));
    setBgColor();
});
setBgColor();
// localStorage.removeItem('bgcolor'); // раскоментить для очистки
</script>
</div>`); };

  //БЭКАП:
   if ((URL == 'https://catwar.su/w') || (URL == 'https://catwar.su/w?new')) {
$("body").append(`
<script>
//основное поле
$(function() {
		if(localStorage.getItem("note_bekap4")) {
    	$("#notesbekap").html(localStorage.getItem("note_bekap4"));
    }
    $("#click").click(function() {
        addNotebekap();
        return false;
    })
});

function addNotebekap() {
    localStorage.setItem("note_bekap4", $("#notesbekap").html());
};
//скрытое поле
$(function() {
		if(localStorage.getItem("hidden_notes_bekap")) {
    	$("#hiddennotebekap").html(localStorage.getItem("hidden_notes_bekap"));
    }
    $("#click0").click(function() {
        addNotebekap0();
        return false;
    })
});
function addNotebekap0() {
    localStorage.setItem("hidden_notes_bekap", $("#hiddennotebekap").html());
};
//скрытый блок
function viewbekap(n) {
    style = document.getElementById(n).style;
    style.display = (style.display == 'block') ? 'none' : 'block';
};

</script>


<div id="main_div" style="display: inline-block; width: 25%; height: 40%; background: #d9c3a7F8; border: 1px solid #000000; border-radius: 5px; position: fixed; top: 15px; right: 6px; font-size: 11px; overflow: auto;">
<div style="margin: 6px;"><div style="color: black; font-weight: 600; font-size: 8px;"><a href='https://catwar.su/dump/' style="color: black; font-weight: 600;" target="_blank">DUMP</a> | <a href='https://catwar.su/pma_ildine/' style="color: black; font-weight: 600;" target="_blank">БД</a> | <a href='https://catwar.su/restore?id=' style="color: black; font-weight: 600;" target="_blank">RESTORE</a> | <a href='https://catwar.su/lol/bog' style="color: black; font-weight: 600;" target="_blank">БОГОВКА</a> | <a href='https://catwar.su/lol/leader' style="color: black; font-weight: 600;" target="_blank">ИМЕНА</a>  | <a href="#hiddenbekap" onclick="viewbekap('hiddenbekap'); return false" style="color: black; font-weight: 600; font-size: 14px;">ЗАМЕТКИ</a> </div>

<div id="hiddenbekap" style="display: none;"><div style="width: 100%; height: 100%; border: 1px solid #00000072; overflow: auto;" contenteditable="true" id="hiddennotebekap"><div style="margin: 5px;">Это поле можно редактировать и скрывать.<br><br><br></div></div><br>
<a id="click0" style="border: 1px solid #00000054; hover: border-color: #ffffff;">Cохранить заметки</a></div>
<div style="margin: 6px;">

<br>
<div style="width: 100%; height: 100%; border: 1px solid #00000072; overflow: auto;" contenteditable="true" id="notesbekap"><div style="margin: 4px;">Это поле можно редактировать.<br><br><br></div></div><br>
<a id="click" style="border: 1px solid #00000054; hover: border-color: #ffffff;">Cохранить заметки</a>
	</div>

<input id="elem1" type="text" name="quantity" placeholder="#000000" style="width: 15%;">&nbsp;&nbsp;&nbsp;&nbsp;<a href="" id="colorrrrr" data-bgcolor="#917f6d" class="setbg" onclick="aaaaaa()" style="color: black">Изменить цвет</a>
<script>
function aaaaaa() {
var vala = document.getElementById('elem1').value;
document.getElementById('colorrrrr').dataset.bgcolor = vala;
}

function getLS(n) {
    try {
        var ls = localStorage.getItem(n);
        if(typeof ls == 'undefined' || ls === null) return false;
        return $.parseJSON(ls);
    } catch(e){}
}
function setLS(n, v) {
	try {
		localStorage.setItem(n, JSON.stringify(v));
		return true;
    } catch(e){}
}
function setBgColor(){
    $('#main_div').css('background-color', getLS('bgcolor') || '#917f6d');
}
$('.setbg').click(function(e){
    e.preventDefault();
    setLS('bgcolor', $(this).data('bgcolor'));
    setBgColor();
});
setBgColor();
// localStorage.removeItem('bgcolor'); // раскоментить для очистки
</script>
</div>`); };

    //КРОЛЬ:
    if ((URL == 'https://catwar.su/saint_rabbit') || (URL == 'https://catwar.su/saint_rabbit?new')) {
$("body").append(`
<script>
//основное поле
$(function() {
		if(localStorage.getItem("note_rabb4")) {
    	$("#notesrabb").html(localStorage.getItem("note_rabb4"));
    }
    $("#clickrabb").click(function() {
        addNoterabb();
        return false;
    })
});

function addNoterabb() {
    localStorage.setItem("note_rabb4", $("#notesrabb").html());
};
//скрытое поле
$(function() {
		if(localStorage.getItem("hidden_notes_rabb")) {
    	$("#hiddennoterabb").html(localStorage.getItem("hidden_notes_rabb"));
    }
    $("#clickrabb0").click(function() {
        addNoterabb0();
        return false;
    })
});
function addNoterabb0() {
    localStorage.setItem("hidden_notes_rabb", $("#hiddennoterabb").html());
};
//скрытый блок
function viewrabb(n) {
    style = document.getElementById(n).style;
    style.display = (style.display == 'block') ? 'none' : 'block';
};

</script>


<div id="main_div_rabb" style="display: inline-block; width: 25%; height: 40%; background: #d9c3a7F8; border: 1px solid #000000; border-radius: 5px; position: fixed; top: 15px; right: 6px; font-size: 11px; overflow: auto;">
<div style="margin: 6px;"><div style="color: black; font-weight: 600; font-size: 8px;"><a href='https://catwar.su/lol/' style="color: black; font-weight: 600;" target="_blank">ЛОЛ</a> | <a href='https://catwar.su/lol/rabbit' style="color: black; font-weight: 600;" target="_blank">КРОЛЕВКА</a> | <a href='https://catwar.su/lol/sock' style="color: black; font-weight: 600;" target="_blank">НОСКИ</a> | <a href='https://catwar.su/lol/bog' style="color: black; font-weight: 600;" target="_blank">БОГОВКА</a> | <a href='https://catwar.su/lol/leader' style="color: black; font-weight: 600;" target="_blank">ИМЕНА</a>  | <a href="#hiddenrabb" onclick="viewrabb('hiddenrabb'); return false" style="color: black; font-weight: 600; font-size: 14px;">ЗАМЕТКИ</a> </div>

<div id="hiddenrabb" style="display: none;"><div style="width: 100%; height: 100%; border: 1px solid #00000072; overflow: auto;" contenteditable="true" id="hiddennoterabb"><div style="margin: 5px;">Это поле можно редактировать и скрывать.<br><br><br></div></div><br>
<a id="clickrabb0" style="border: 1px solid #00000054; hover: border-color: #ffffff;">Cохранить заметки</a></div>
<div style="margin: 6px;">

<br>
<div style="width: 100%; height: 100%; border: 1px solid #00000072; overflow: auto;" contenteditable="true" id="notesrabb"><div style="margin: 4px;">Это поле можно редактировать.<br><br><br></div></div><br>
<a id="clickrabb" style="border: 1px solid #00000054; hover: border-color: #ffffff;">Cохранить заметки</a>
	</div>

<input id="elem_rabb" type="text" name="quantity" placeholder="#000000" style="width: 15%;">&nbsp;&nbsp;&nbsp;&nbsp;<a href="" id="colorrrrr" data-bgcolor="#917f6d" class="setbg" onclick="aaaaaa()" style="color: black">Изменить цвет</a>
<script>
function aaaaaa() {
var vala_rabb = document.getElementById('elem_rabb').value;
document.getElementById('colorrrrr').dataset.bgcolor = vala_rabb;
}

function getLS(n) {
    try {
        var ls = localStorage.getItem(n);
        if(typeof ls == 'undefined' || ls === null) return false;
        return $.parseJSON(ls);
    } catch(e){}
}
function setLS(n, v) {
	try {
		localStorage.setItem(n, JSON.stringify(v));
		return true;
    } catch(e){}
}
function setBgColor(){
    $('#main_div_rabb').css('background-color', getLS('bgcolor') || '#917f6d');
}
$('.setbg').click(function(e){
    e.preventDefault();
    setLS('bgcolor', $(this).data('bgcolor'));
    setBgColor();
});
setBgColor();
// localStorage.removeItem('bgcolor'); // раскоментить для очистки
</script>
</div>`); };

 //МЕДАЛЬЕР:
   if ((URL == 'https://catwar.su/medalist') || (URL == 'https://catwar.su/medalist?new')) {
$("body").append(`
<script>
//основное поле
$(function() {
		if(localStorage.getItem("note_medal4")) {
    	$("#notesmedal").html(localStorage.getItem("note_medal4"));
    }
    $("#clickmedal").click(function() {
        addNotemedal();
        return false;
    })
});

function addNotemedal() {
    localStorage.setItem("note_medal4", $("#notesmedal").html());
};
//скрытое поле
$(function() {
		if(localStorage.getItem("hidden_notes_medal")) {
    	$("#hiddennotemedal").html(localStorage.getItem("hidden_notes_medal"));
    }
    $("#clickmedal0").click(function() {
        addNotemedal0();
        return false;
    })
});
function addNotemedal0() {
    localStorage.setItem("hidden_notes_medal", $("#hiddennotemedal").html());
};
//скрытый блок
function viewmedal(n) {
    style = document.getElementById(n).style;
    style.display = (style.display == 'block') ? 'none' : 'block';
};

</script>


<div id="main_div_medal" style="display: inline-block; width: 25%; height: 40%; background: #d9c3a7F8; border: 1px solid #000000; border-radius: 5px; position: fixed; top: 15px; right: 6px; font-size: 11px; overflow: auto;">
<div style="margin: 6px;"><div style="color: black; font-weight: 600; font-size: 8px;"><a href='https://catwar.su/lol/' style="color: black; font-weight: 600;" target="_blank">ЛОЛ</a> | <a href='https://catwar.su/lol/sock' style="color: black; font-weight: 600;" target="_blank">НОСКИ</a> | <a href='https://catwar.su/lol/bog' style="color: black; font-weight: 600;" target="_blank">БОГОВКА</a> | <a href='https://catwar.su/lol/leader' style="color: black; font-weight: 600;" target="_blank">ИМЕНА</a> | <a href="#hiddenmedal" onclick="viewmedal('hiddenmedal'); return false" style="color: black; font-weight: 600; font-size: 14px;">ЗАМЕТКИ</a> </div>

<div id="hiddenmedal" style="display: none;"><div style="width: 100%; height: 100%; border: 1px solid #00000072; overflow: auto;" contenteditable="true" id="hiddennotemedal"><div style="margin: 5px;">Это поле можно редактировать и скрывать.<br><br><br></div></div><br>
<a id="clickmedal0" style="border: 1px solid #00000054; hover: border-color: #ffffff;">Cохранить заметки</a></div>
<div style="margin: 6px;">

<br>
<div style="width: 100%; height: 100%; border: 1px solid #00000072; overflow: auto;" contenteditable="true" id="notesmedal"><div style="margin: 4px;">Это поле можно редактировать.<br><br><br></div></div><br>
<a id="clickmedal" style="border: 1px solid #00000054; hover: border-color: #ffffff;">Cохранить заметки</a>
	</div>

<input id="elem_medal" type="text" name="quantity" placeholder="#000000" style="width: 15%;">&nbsp;&nbsp;&nbsp;&nbsp;<a href="" id="colorrrrr" data-bgcolor="#917f6d" class="setbg" onclick="aaaaaa()" style="color: black">Изменить цвет</a>
<script>
function aaaaaa() {
var vala_medal = document.getElementById('elem_medal').value;
document.getElementById('colorrrrr').dataset.bgcolor = vala_medal;
}

function getLS(n) {
    try {
        var ls = localStorage.getItem(n);
        if(typeof ls == 'undefined' || ls === null) return false;
        return $.parseJSON(ls);
    } catch(e){}
}
function setLS(n, v) {
	try {
		localStorage.setItem(n, JSON.stringify(v));
		return true;
    } catch(e){}
}
function setBgColor(){
    $('#main_div_medal').css('background-color', getLS('bgcolor') || '#917f6d');
}
$('.setbg').click(function(e){
    e.preventDefault();
    setLS('bgcolor', $(this).data('bgcolor'));
    setBgColor();
});
setBgColor();
// localStorage.removeItem('bgcolor'); // раскоментить для очистки
</script>
</div>`); };
  //МАЛЯР:
   if ((URL == 'https://catwar.su/paint') || (URL == 'https://catwar.su/paint?new')) {
$("body").append(`
<script>
//основное поле
$(function() {
		if(localStorage.getItem("note_paint4")) {
    	$("#notespaint").html(localStorage.getItem("note_paint4"));
    }
    $("#clickpaint").click(function() {
        addNotepaint();
        return false;
    })
});

function addNotepaint() {
    localStorage.setItem("note_paint4", $("#notespaint").html());
};
//скрытое поле
$(function() {
		if(localStorage.getItem("hidden_notes_paint")) {
    	$("#hiddennotepaint").html(localStorage.getItem("hidden_notes_paint"));
    }
    $("#clickpaint0").click(function() {
        addNotepaint0();
        return false;
    })
});
function addNotepaint0() {
    localStorage.setItem("hidden_notes_paint", $("#hiddennotepaint").html());
};
//скрытый блок
function viewpaint(n) {
    style = document.getElementById(n).style;
    style.display = (style.display == 'block') ? 'none' : 'block';
};

</script>


<div id="main_div_paint" style="display: inline-block; width: 25%; height: 40%; background: #d9c3a7F8; border: 1px solid #000000; border-radius: 5px; position: fixed; top: 15px; right: 6px; font-size: 11px; overflow: auto;">
<div style="margin: 6px;"><div style="color: black; font-weight: 600; font-size: 8px;"><a href='https://catwar.su/lol/' style="color: black; font-weight: 600;" target="_blank">ЛОЛ</a> | <a href='https://catwar.su/lol/sock' style="color: black; font-weight: 600;" target="_blank">НОСКИ</a> | <a href='https://catwar.su/lol/bog' style="color: black; font-weight: 600;" target="_blank">БОГОВКА</a> | <a href='https://catwar.su/lol/leader' style="color: black; font-weight: 600;" target="_blank">ИМЕНА</a> | <a href="#hiddenpaint" onclick="viewpaint('hiddenpaint'); return false" style="color: black; font-weight: 600; font-size: 14px;">ЗАМЕТКИ</a> </div>

<div id="hiddenpaint" style="display: none;"><div style="width: 100%; height: 100%; border: 1px solid #00000072; overflow: auto;" contenteditable="true" id="hiddennotepaint"><div style="margin: 5px;">Это поле можно редактировать и скрывать.<br><br><br></div></div><br>
<a id="clickpaint0" style="border: 1px solid #00000054; hover: border-color: #ffffff;">Cохранить заметки</a></div>
<div style="margin: 6px;">

<br>
<div style="width: 100%; height: 100%; border: 1px solid #00000072; overflow: auto;" contenteditable="true" id="notespaint"><div style="margin: 4px;">Это поле можно редактировать.<br><br><br></div></div><br>
<a id="clickpaint" style="border: 1px solid #00000054; hover: border-color: #ffffff;">Cохранить заметки</a>
	</div>

<input id="elem_paint" type="text" name="quantity" placeholder="#000000" style="width: 15%;">&nbsp;&nbsp;&nbsp;&nbsp;<a href="" id="colorrrrr" data-bgcolor="#917f6d" class="setbg" onclick="aaaaaa()" style="color: black">Изменить цвет</a>
<script>
function aaaaaa() {
var vala_paint = document.getElementById('elem_paint').value;
document.getElementById('colorrrrr').dataset.bgcolor = vala_paint;
}

function getLS(n) {
    try {
        var ls = localStorage.getItem(n);
        if(typeof ls == 'undefined' || ls === null) return false;
        return $.parseJSON(ls);
    } catch(e){}
}
function setLS(n, v) {
	try {
		localStorage.setItem(n, JSON.stringify(v));
		return true;
    } catch(e){}
}
function setBgColor(){
    $('#main_div_paint').css('background-color', getLS('bgcolor') || '#917f6d');
}
$('.setbg').click(function(e){
    e.preventDefault();
    setLS('bgcolor', $(this).data('bgcolor'));
    setBgColor();
});
setBgColor();
// localStorage.removeItem('bgcolor'); // раскоментить для очистки
</script>
</div>`); };
 //ДУМП:
       if (URL == 'https://catwar.su/dump/') {
$("body").append(`<div style="width: 400px; background: #ffffff; border: 1px solid #000000; position: fixed; top: 270px; left: 240px; font-size: 11px;">
<div style="margin: 6px;">
	id=ид <br>
	login='лалка' <br>
	mail='лалка' <br>
login='лалка' or mail='лалка' <br>
login='лалка' and mail='лалка' <br><br><br>
<!-- первый запрос -->
<b style="font-size: 9px;">запрос на просмотр предметов: <br></b><input type="text" id="id1" placeholder="cat" style="width: 60px; background: #ffffff;"><a onclick="return req1(this);">    <b style="font-size: 8px;"> сгенерить запрос</b></a><br>
<div id="x1" style="font-size: 9px;"></div> <br>
<!-- второй запрос -->
<b style="font-size: 9px;">запрос на : <br></b><input type="text" id="id2" placeholder="cat" style="width: 60px; background: #ffffff;"><a onclick="return req2(this);">    <b style="font-size: 8px;"> сгенерить запрос</b></a><br>
<div id="x2" style="font-size: 9px;"></div><br>
<!-- третий запрос -->
<b style="font-size: 9px;">запрос на : <br></b><input type="text" id="id3" placeholder="cat" style="width: 60px; background: #ffffff;"><a onclick="return req3(this);">    <b style="font-size: 8px;"> сгенерить запрос</b></a><br>
<div id="x3" style="font-size: 9px;"></div><br>
<!-- четвертый запрос -->
<b style="font-size: 9px;">запрос на : <br></b><input type="text" id="id4" placeholder="cat" style="width: 60px; background: #ffffff;"><a onclick="return req4(this);">    <b style="font-size: 8px;"> сгенерить запрос</b></a><br>
<div id="x4" style="font-size: 9px;"></div><br>
<!-- пятый запрос -->
<b style="font-size: 9px;">запрос на : <br></b><input type="text" id="id5" placeholder="cat" style="width: 60px; background: #ffffff;"><a onclick="return req5(this);">    <b style="font-size: 8px;"> сгенерить запрос</b></a><br>
<div id="x5" style="font-size: 9px;"></div><br>
<!-- шестой запрос -->
<b style="font-size: 9px;">запрос на : <br></b><input type="text" id="id6" placeholder="cat" style="width: 60px; background: #ffffff;"><a onclick="return req6(this);">    <b style="font-size: 8px;"> сгенерить запрос</b></a><br>
<div id="x6" style="font-size: 9px;"></div><br>
<script>
//первый запрос
function req1(Element) {
req = document.getElementById('id1');
var result = req.value;
	document.getElementById('x1').innerHTML = '<b>SELECT id_owner, id, thing FROM things WHERE id_owner = ' + result + ';</b>';
};
//второй запрос
function req2(Element) {
req = document.getElementById('id2');
var result = req.value;
	document.getElementById('x2').innerHTML = '<b>SELECT !!!!!2 = ' + result + ';</b>';
};
//третий запрос
function req3(Element) {
req = document.getElementById('id3');
var result = req.value;
	document.getElementById('x3').innerHTML = '<b>SELECT !!!!3! = ' + result + ';</b>';
};
//четвертый запрос
function req4(Element) {
req = document.getElementById('id4');
var result = req.value;
	document.getElementById('x4').innerHTML = '<b>SELECT !!!!4! = ' + result + ';</b>';
};
//пятый запрос
function req5(Element) {
req = document.getElementById('id5');
var result = req.value;
	document.getElementById('x5').innerHTML = '<b>SELECT !!!!!5 = ' + result + ';</b>';
};
//шестой запрос
function req6(Element) {
req = document.getElementById('id6');
var result = req.value;
	document.getElementById('x6').innerHTML = '<b>SELECT !!!!!6 = ' + result + ';</b>';
};
</script>
	</div>
</div>`); };
   /* if (location.pathname.substr(0, 4) == "/cat") {
$("P:eq(1)").append(`<a id="aa" href="" onclick="return ActNull();">Аннулировать активу</a>
<button id = "val" onclick="go()">fffffff</button>
<div id="link">ddd</div>

<script>
function go() {
 var u = URL + 'alalala';
    document.location.href = u; //перенаправление.
    document.getElementById('link').innerHTML = "<a href='u'></a>"; //создание ссылки
};
function ActNull() {
var u = alalala;
    document.location.href = u + '.html'; //перенаправление.
    document.getElementById('aa').innerHTML = "<a href='" + u + ".html'></a>"; //создание ссылки
    if (confirm("ТОЧНО АННУЛИРОВАТЬ???????")) {
        return true;
    } else {
        return false;
    }
}
</script>
`); };*/
})();