Подскажите как правильно сделать Гет запрос на чистом JS чтобы получить код страницы? вот
$(document).ready(function() {
xhr = new XMLHttpRequest();
xhr.open("GET", "https://www.youtube.com/channel/HmkfnMNyam79EQ/videos", true);
xhr.send(null);
xhr.onreadystatechange = function() {
if (xhr.readyState == 4)
{
if (xhr.responseText)
{
var data = xhr.responseText;
такой код почему то не работает может как то можно проще? Хочу сделать плагин для Хрома`
Виртуальный выделенный сервер (VDS) становится отличным выбором
Count the number of Duplicates Write a function that will return the count of distinct case-insensitive alphabetic characters and numeric digits that occur more than once in the input stringThe input string can be assumed to contain only alphabets (both uppercase...
Это второй мой вопрос за сегодняОказалось (экспериментально подтвердилось), что утечка произодит из-за анимации