Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

[2024 EXTENDED] Black Friday / Cyber Monday: FLASH SALE & MEGATHREAD

1115111521154115611571337

Comments

  • Go away for an hour meeting and come back to a bunch of new pages and a host-c $1/yr deal
    Regards

  • @Savvy said:
    Well at least we know @r3k is natural now.

    i always was natty
    regards

  • mandalamandala Member, Megathread Squad

    @mbjones said:
    Go away for an hour meeting and come back to a bunch of new pages and a host-c $1/yr deal
    Regards

    At first I saw C, 1, and y resembling V. 😨

    Thanked by 1r3k
  • @host_c do you have anything left on storage? If not then Regaurds :smiley:

    Thanked by 2r3k admax
  • @Savvy said:
    Well at least we know @r3k is natural now.

    Don't be so sure, AI is getting very good.

    Best regards.

    Thanked by 3Savvy r3k admax
  • admaxadmax Member, Megathread Squad

    Thanked by 4Savvy r3k Blembim mandala
  • TrKTrK Veteran

    The ihos tart fanboy is back it seems......

    Thanked by 2admax r3k
  • @donli said:

    @Savvy said:
    Well at least we know @r3k is natural now.

    Don't be so sure, AI is getting very good.

    Best regards.

    beep boop

    Best regards

    Thanked by 3Savvy admax Blembim
  • I am curious now.
    Should i do it...

  • mandalamandala Member, Megathread Squad

    I have a thought.

    Anyone participating in this thread from now on must end their comment with regards, or else, be banned.

    regards

    Thanked by 3lukast__ r3k plumberg
  • Flash deal $11.54/y

  • @r3k said:
    I am curious now.
    Should i do it...

    I can see the appeal

    Thanked by 3r3k admax plumberg
  • TrKTrK Veteran

    @r3k said:
    I am curious now.
    Should i do it...

    No harm in trying :D

    Thanked by 3r3k Savvy plumberg
  • @r3k said:
    I am curious now.
    Should i do it...

    NO

    DP has something itching him

    Thanked by 3r3k Savvy plumberg
  • DPDP Administrator, The Domain Guy

    @r3k said:
    I am curious now.
    Should i do it...

    You did it, and unthanked.

  • @r3k said:
    I am curious now.
    Should i do it...

    Of course! Its a one time / one person special!
    Just gotta deal with the consequences ;)

    Thanked by 2r3k plumberg
  • lukast__lukast__ Member, Megathread Squad

    @mandala said:
    I have a thought.

    Anyone participating in this thread from now on must end their comment with regards, or else, be banned.

    regards

    Would "Reguards" also work?

    Reguards

    Thanked by 3Savvy r3k plumberg
  • @DP are you with or without pants?

    Thanked by 2r3k plumberg
  • TrKTrK Veteran

    @DP said:

    @r3k said:
    I am curious now.
    Should i do it...

    You did it, and unthanked.

    Does that mean it's going to be fun now.......

    Thanked by 2r3k plumberg
  • @DP said:

    @r3k said:
    I am curious now.
    Should i do it...

    You did it, and unthanked.

    Thanked by 4ehab Savvy plumberg ralf
  • @DP said:

    @r3k said:
    I am curious now.
    Should i do it...

    You did it, and unthanked.

    Uh oh... Bye r3k! <3

  • TrKTrK Veteran

    @ehab said:
    @DP are you with or without pants?

    Perhaps Double Pants......

    Thanked by 3ehab r3k plumberg
  • @TrK said:

    @ehab said:
    @DP are you with or without pants?

    Perhaps Double Pants......

    did you know he is more dangerous with a skirt.

    Thanked by 3r3k TrK plumberg
  • @Wolf said:

    @DP said:

    @r3k said:
    I am curious now.
    Should i do it...

    You did it, and unthanked.

    Uh oh... Bye r3k! <3

    At least i died thanking everyone.
    regards

    Thanked by 3admax plumberg ehab
  • NeoonNeoon Community Contributor, Veteran

    @lovelyserver said:

    Flash deal $11.54/y

    7$/y

    Reguards

  • TrKTrK Veteran

    @ehab said:

    @TrK said:

    @ehab said:
    @DP are you with or without pants?

    Perhaps Double Pants......

    did you know he is more dangerous with a skirt.

    I do now :D

    Thanked by 2r3k plumberg
  • itsTomHarperitsTomHarper Member, Megathread Squad

    @r3k said:

    UserScript for Auto Thank/Regard.

    Start on any page it will Thank/Regard everything & then go to the next page and do the same.

    Use Greasemonkey/Tampermonkey/Violentmonkey

    // ==UserScript==
    // @name         Auto Thank/Regard for LET
    // @namespace    https://lowendtalk.com
    // @version      1.2
    // @description  Thank/Regard everyone on all pages @ LowEndTalk
    // @author       r3k ft. ChatGPT
    // @match        https://lowendtalk.com/*
    // @match        https://www.lowendtalk.com/*
    // @icon         https://icons.duckduckgo.com/ip2/lowendtalk.com.ico
    // @grant        none
    // ==/UserScript==
    
    (function() {
        'use strict';
    
        let isRunning = true; // Script enabled by default
        let messageTimeout; // To clear any existing message timeout
    
        // Create Start/Stop Button
        const button = document.createElement("button");
        button.innerText = "Stop Auto-Thank";
        button.style.position = "fixed";
        button.style.top = "10px";
        button.style.right = "10px";
        button.style.zIndex = "9999";
        button.style.backgroundColor = "red";
        button.style.color = "white";
        button.style.padding = "10px";
        button.style.border = "none";
        button.style.cursor = "pointer";
        document.body.appendChild(button);
    
        // Create Message Display
        const messageDiv = document.createElement("div");
        messageDiv.style.position = "fixed";
        messageDiv.style.top = "50px";
        messageDiv.style.right = "10px";
        messageDiv.style.zIndex = "9999";
        messageDiv.style.backgroundColor = "yellow";
        messageDiv.style.color = "black";
        messageDiv.style.padding = "10px";
        messageDiv.style.border = "1px solid black";
        messageDiv.style.display = "none"; // Initially hidden
        document.body.appendChild(messageDiv);
    
        // Function to display a message
        function showMessage(message) {
            clearTimeout(messageTimeout); // Clear any existing timeout
            messageDiv.innerText = message;
            messageDiv.style.display = "block";
            messageTimeout = setTimeout(() => {
                messageDiv.style.display = "none"; // Hide after 7 seconds
            }, 7000);
        }
    
        // Function to click "Thanks" links
        async function clickThanksLinks() {
            const thanksLinks = Array.from(document.querySelectorAll('a'))
                .filter(a => a.textContent.trim() === "Thanks" && a.href.startsWith("https://lowendtalk.com/plugin/thankfor/"));
    
            for (const link of thanksLinks) {
                if (!isRunning) return; // Stop execution if stopped
                link.click();
                await new Promise(resolve => setTimeout(resolve, 500)); // Wait 0.5 seconds
            }
    
            // Click "Next Page" if available
            const nextPageButton = document.querySelector("#PagerBefore > a.Next.Pager-nav");
            if (nextPageButton && isRunning) {
                nextPageButton.click();
            } else {
                showMessage("No more pages or script stopped.");
            }
        }
    
        // Function to start the script
        function startScript() {
            if (isRunning) return;
            isRunning = true;
            button.innerText = "Stop Auto-Thank";
            button.style.backgroundColor = "red";
            runOnPageLoad();
        }
    
        // Function to stop the script
        function stopScript() {
            isRunning = false;
            button.innerText = "Start Auto-Thank";
            button.style.backgroundColor = "green";
        }
    
        // Run the script after page load
        function runOnPageLoad() {
            if (!isRunning) return;
    
            // Wait until the page is fully loaded
            const interval = setInterval(() => {
                if (document.readyState === "complete") {
                    clearInterval(interval);
                    clickThanksLinks();
                }
            }, 100);
        }
    
        // Start the script automatically after page load
        window.addEventListener("load", runOnPageLoad);
    
        // Button click event to toggle start/stop
        button.addEventListener("click", () => {
            if (isRunning) {
                stopScript();
            } else {
                startScript();
            }
        });
    })();
      
    

    regards

    Thanked by 2plumberg r3k
  • mandalamandala Member, Megathread Squad

    Why are green forums green? I'm genuinely asking.

    regards

  • I told you he was going to sleep :*

    Thanked by 3admax plumberg r3k
  • mandalamandala Member, Megathread Squad

    @r3k said:
    At least i died thanking everyone.
    regards

    It's okay to get r3k.

    Thanked by 3plumberg r3k admax
This discussion has been closed.