chore: lint
This commit is contained in:
@@ -364,7 +364,7 @@ async function scrollDownToLoadMore(selector, limit) {
|
|||||||
* @param {string} listSelector - Selector for the list container(s)
|
* @param {string} listSelector - Selector for the list container(s)
|
||||||
* @returns {Array.<Object>} Array of objects, each containing the CSS selector and innerText of the children
|
* @returns {Array.<Object>} Array of objects, each containing the CSS selector and innerText of the children
|
||||||
*/
|
*/
|
||||||
window.scrapeListAuto = function (listSelector) {
|
window.scrapeListAuto = function (listSelector) {
|
||||||
const lists = Array.from(document.querySelectorAll(listSelector));
|
const lists = Array.from(document.querySelectorAll(listSelector));
|
||||||
|
|
||||||
const results = [];
|
const results = [];
|
||||||
@@ -401,7 +401,7 @@ window.scrapeListAuto = function (listSelector) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
return results;
|
return results;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
})(window);
|
})(window);
|
||||||
Reference in New Issue
Block a user