Answer the question
In order to leave comments, you need to log in
Is it possible to load the JS library I need through the web browser console?
I want to get a list of id persons from VKontakte with whom I have ever had a connection. To bookmark them all. I found a script that analyzes my personal messages and builds a table based on them. From the table I have a list of these same persons. There is only one thing left: load JQuery, and turn the list into an array.
Question: How can I load JQuery so that I can do the necessary manipulation for me?
Answer the question
In order to leave comments, you need to log in
(function(d,s){s=d.createElement('script');s.src='https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.js';(d.head||d.documentElement).appendChild(s)})(document);
Are you going to use the jQuery to turn the list into an array? 10 thousand lines of code to do this?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question