Загрузка...

Script for replacing the Like icon with your any emoticon

Thread in Extentions created by Toquio Sep 12, 2024. (bumped Nov 17, 2024) 598 views

  1. Toquio
    Toquio Topic starter Sep 12, 2024 If you can quote the rules, then you can obey them
    [IMG]
    [IMG]

    [IMG]




    JS
    // ==UserScript==
    // @name Замените значок «Симпатия» на «Смайлик»
    // @version 0.2
    // @description Replace the like icon with a custom smiley on a webpage
    // @author equilpres
    // @match https://lolz.live/*
    // @match https://zelenka.guru/*
    // @match https://lolz.guru/*
    // @match https://lzt.market/*
    // @icon https://www.google.com/s2/favicons?sz=64&domain=zelenka.guru
    // @grant none
    // @run-at document-end
    // ==/UserScript==

    function replaceLikeIcons() {
    const likeElements = document.querySelectorAll('.likeCounterIcon');
    for (const element of likeElements) {
    element.style.backgroundImage = 'url("https://lolz.live/styles/default/xenforo/smilies/kakashka.png")'; // Замените URL на вашего смайлика
    element.style.backgroundSize = 'contain';
    element.style.backgroundRepeat = 'no-repeat';
    element.innerHTML = '';
    }
    }

    setInterval(replaceLikeIcons, 10);
     
  2. a911
    a911 Sep 12, 2024 Продам рекламу в профиле lolz.live/threads/2604681 51,713 May 30, 2018
    оригинально :finger_up:
     
  3. WTF
    WTF Sep 12, 2024 Статус 7074 Jun 6, 2021
    Теперь будем ставить какашки вместо симпатий.

    Однозначно стоит того
     
  4. svveq
    svveq Sep 12, 2024 Скупка Tdata - https://lolz.live/threads/7145247/ 10,183 Nov 26, 2021
    спасибо за какашки
     
  5. Bredman
    Bredman Sep 12, 2024 2070 Oct 9, 2020
    сисяндры приклею и буду кое шо делать :fap:
     
  6. equilpres
    equilpres Sep 12, 2024 :smile_wink: 13,309 Aug 11, 2020
    На новые сообщения не работает, ждем фикс)
    [IMG]
     
    1. View previous comments (2)
    2. Toquio Topic starter
    3. View the next comments (1)
  7. безобразник
    безобразник Sep 13, 2024 СТАТЬ МИЛЛИОНЕРОМ ЗА МЕСЯЦ - https://lolz.live/threads/8241684/ 6069 Nov 8, 2023
    теперь вместо симпатий, люди будут получать какашечки :analplug:
     
Loading...
Top