「利用者:Dragoniez/scripts/AN Reporter.js」の版間の差分

削除された内容 追加された内容
m v1.6
m v1.6.1
2行目:
* AN Reporter (ANR)
* Author: Dragoniez
* Version: 1.6.1
**************************************/
//<nowiki>
711行目:
 
userCnt++;
userHtmlvar replaceTar = userHtml.replaceAllnew RegExp(`${userCnt-1}-`, `${userCnt}-`'g'); // 1 → 2, 2 → 3 and so forth
userHtml = userHtml.replace(replaceTar, `${userCnt}-`); // 1 → 2, 2 → 3 and so forth
$('.anr-btn-div').before(userHtml);
$(`#anr-user${userCnt}-input-div`).css('margin-top', '0.2em');