Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name ReleaseBB
// @require https://code.jquery.com/jquery-3.3.1.min.js#md5=a09e13ee94d51c524b7e2a728c7d4039
// @match https://search.rlsbb.ru/
// @grant GM_xmlhttpRequest
// ==/UserScript==
const urls = [];
$("[id='resultdiv'] tr").each(function() {