Думаю многим надоели ютуберы которые ****ают ссылки на setquest, который частично работает. Как же это обойти? Метод актуален на 26 января 2022 года. Открываем желаемую страницу на setquest.io. Открываем консоль (F12) Вводим следующий код: let csrf = $('input[name=csrfmiddlewaretoken]').val(); let userId = $('#user').val(); document.querySelectorAll('[data-id]').forEach(function (el) { $.post(el.getAttribute('data-url'), {task: el.getAttribute('data-id'), user: userId, csrfmiddlewaretoken: csrf}, function (json) {}) }) $.post($('#presentBtn').attr('data-url'), {csrfmiddlewaretoken: csrf, email: ''}, function (json) { var presentBlock = $('#presentBtn').next('div'); var present = json['data'].present; let a = document.createElement('a') presentBlock[0].appendChild(a); console.log(json) a.innerHTML = present }) Code let csrf = $('input[name=csrfmiddlewaretoken]').val(); let userId = $('#user').val(); document.querySelectorAll('[data-id]').forEach(function (el) { $.post(el.getAttribute('data-url'), {task: el.getAttribute('data-id'), user: userId, csrfmiddlewaretoken: csrf}, function (json) {}) }) $.post($('#presentBtn').attr('data-url'), {csrfmiddlewaretoken: csrf, email: ''}, function (json) { var presentBlock = $('#presentBtn').next('div'); var present = json['data'].present; let a = document.createElement('a') presentBlock[0].appendChild(a); console.log(json) a.innerHTML = present }) После ввода кода. Было: Стало: Всем добра. Thread restrictions: The topic author allowed to post messages in the topic only to the following groups (and higher ranked): Local, Staff Members and Curators