Загрузка...

Copies all links from the Bulk Fill page

Thread in Extentions created by maksemen1 Apr 12, 2024. 355 views

  1. maksemen1
    maksemen1 Topic starter Apr 12, 2024 мани с гейма https://lolz.live/threads/5792572/ 11,931 Jul 28, 2018
    JS
    // ==UserScript==
    // @name Копирование всех ссылок в автозаливе
    // @namespace http://tampermonkey.net/
    // @version 0.1
    // @description Копирование всех ссылок в автозаливе
    // @author You
    // @match https://lzt.market/mass-upload/*
    // @grant none
    // ==/UserScript==

    (function() {
    'use strict';

    function addMassCopyButton() {

    const targetDiv = document.getElementById('MassAutoStartManaging');

    if (!targetDiv) return;
    if (targetDiv.querySelector('.mass-copy-button')) return;

    const button = document.createElement('button');
    button.textContent = 'Копировать все ссылки';
    button.className = 'mass-copy-button';
    button.style.margin = '10px';
    var buttonStyle = "padding: 0px 10px; background-color: rgb(54, 54, 54); color: rgb(210, 210, 210); border: none; border-radius: 6px; margin-right: 0px; cursor: pointer; vertical-align: top;font-weight: 600;";
    button.setAttribute('style', buttonStyle);
    button.setAttribute('class', 'button');

    button.onclick = function() {
    const spans = document.querySelectorAll('span.AccountStatus a');
    let allLinks = Array.from(spans).map(a => a.href).join('\n');
    navigator.clipboard.writeText(allLinks)
    };

    targetDiv.appendChild(button);
    }
    addMassCopyButton();
    })();
    [IMG]

    Relic | 700 lvl
    $18.72

    Apex 68
    $1.86

    https://lzt.market/111078694/
    H
    $1.86

    R99 cutting edge
    $32.44

    https://lzt.market/111078740/
    H
    $1.24

    https://lzt.market/111027162/
    H
    $0.37

    H
    $1.24

    https://lzt.market/111078818/
    H
    $1.24

    https://lzt.market/111078824/
    650+ lvl
    $12.48

    H
    $0.49

    Apex 37
    $1.24

    Apex 22
    $1.24

    H
    $0.49

    Need for Speed Heat | Battlefield 3 Limited Edition | Battlefield 3
    $0.19

    H
    $1.86

    https://lzt.market/111024954/
    H
    $3.93

    https://lzt.market/111078966/
    H
    $1.24

    H
    $0.36

    H
    $3.36

    Relic | r99 s7 cutting edge
    $42.43

    Apex 32
    $1.24

    Apex 20
    $1.24

    H
    $1.86

    H
    $0.49

    Inactive
    $6.07

    H
    $0.37

    H
    $1.86

    H
    $1.24

    Apex 83
    $1.86

    150+
    $6.24

    H
    $0.45
     
    This article was useful for you?
    You can thank the author of the topic by transferring funds to your balance
    Thank the author
    1. OAuth
      с пивком потянет
  2. maksemen1
    maksemen1 Topic starter Oct 4, 2024 мани с гейма https://lolz.live/threads/5792572/ 11,931 Jul 28, 2018
    Добавили официальную кнопку от лолза, бай бай
     
Loading...