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.

OFFICIAL B-L-A-C-K-F-R-I-D-A-Y THREAD -- COMMUNITY ENDORSED! Take a peek! (RackNerd's Black Friday)

15385395415435441117

Comments

  • @stephanuk said:

    People are silent :'(

    Yeah... everyone's gone right now

  • @MooCowGalaxy said:

    Top 10 as of this comment (excl. this one)

    Aw, I need to increase my post count

  • ON OUR WAY TO 555 !! 🔥🔥🔥

    Thanked by 1dustinc
  • @phucvandinh said:

    Aw, I need to increase my post count

    Give me just a little more time to catch up ;)

    Thanked by 1dustinc
  • What's everyone hoping to get in this upcoming BF from RN? Flash sales, free VPS, resource upgrades, anything else? I'm looking forward to some resource upgrades :)

    Thanked by 1dustinc
  • @MooCowGalaxy said:

    @phucvandinh said:

    Aw, I need to increase my post count

    Give me just a little more time to catch up ;)

    I'm very slow B)

  • LET'S GO!! RACKNERD'S BLACK FRIDAY DEALS ARE LIVE. GO HERE https://www.racknerd.com/BlackFriday/
    Number: 4612527854

  • dustincdustinc Patron Provider, Top Host, Veteran

    Previous giveaway winners have been DM'd :)

  • HYPE541

  • Hosting words of wisdom...
    There is only one rule at RackNerd GA, no edited comment.

  • For people who don't use a bot but would like to win a gift from RackNerd, I created a Tampermonkey script to highlight Dustinc's post, while remove all other's comments. It worked really well yesterday.

    The idea was inspired by @DeadlyChemist, who created a Firefox extension.

    Now I share this script, hope it can bring some fun.

    // ==UserScript==
    // @name         LET Highlight
    // @version      0.1
    // @description  Highlight Dustinc's message
    // @author       Sonu
    // @match        https://lowendtalk.com/*
    // @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
    // @grant        none
    // ==/UserScript==
    
    (function() {
        const comments = document.getElementsByClassName('Comment')
        for (var comment of comments) {
            if (comment.getElementsByTagName('a')[0].getAttribute("title") == 'dustinc') {
                comment.style.backgroundColor = "#ffff00";
            } else {
                comment.getElementsByClassName('Item-BodyWrap')[0].innerHTML = '' // clear every thing
            }
        }
    })();
    

    Demo:

    Thanked by 1dustinc
  • @sonu said:
    For people who don't use a bot but would like to win a gift from RackNerd, I created a Tampermonkey script to highlight Dustinc's post, while remove all other's comments. It worked really well yesterday.

    The idea was inspired by @DeadlyChemist, who created a Firefox extension.

    Now I share this script, hope it can bring some fun.

    // ==UserScript==
    // @name         LET Highlight
    // @version      0.1
    // @description  Highlight Dustinc's message
    // @author       Sonu
    // @match        https://lowendtalk.com/*
    // @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
    // @grant        none
    // ==/UserScript==
    
    (function() {
        const comments = document.getElementsByClassName('Comment')
        for (var comment of comments) {
            if (comment.getElementsByTagName('a')[0].getAttribute("title") == 'dustinc') {
                comment.style.backgroundColor = "#ffff00";
            } else {
                comment.getElementsByClassName('Item-BodyWrap')[0].innerHTML = '' // clear every thing
            }
        }
    })();
    

    Demo:

    Looks great! Thanks for sharing, I’ll definitely use this for future giveaways :) should make my life a lot easier

  • @tuc said:
    Hosting words of wisdom...
    There is only one rule at RackNerd GA, no edited comment.

    So you are the bot guy?

  • @MooCowGalaxy said:

    @sonu said:
    For people who don't use a bot but would like to win a gift from RackNerd, I created a Tampermonkey script to highlight Dustinc's post, while remove all other's comments. It worked really well yesterday.

    The idea was inspired by @DeadlyChemist, who created a Firefox extension.

    Now I share this script, hope it can bring some fun.

    // ==UserScript==
    // @name         LET Highlight
    // @version      0.1
    // @description  Highlight Dustinc's message
    // @author       Sonu
    // @match        https://lowendtalk.com/*
    // @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
    // @grant        none
    // ==/UserScript==
    
    (function() {
        const comments = document.getElementsByClassName('Comment')
        for (var comment of comments) {
            if (comment.getElementsByTagName('a')[0].getAttribute("title") == 'dustinc') {
                comment.style.backgroundColor = "#ffff00";
            } else {
                comment.getElementsByClassName('Item-BodyWrap')[0].innerHTML = '' // clear every thing
            }
        }
    })();
    

    Demo:

    Looks great! Thanks for sharing, I’ll definitely use this for future giveaways :) should make my life a lot easier

    Combine with autorefresh extension 😆

  • @merlinvn said:

    Combine with autorefresh extension 😆

    I used to use an autorefresher but I found it annoying. Now I just manually refresh and count to 5 😆

  • @sonu said:

    @tuc said:
    Hosting words of wisdom...
    There is only one rule at RackNerd GA, no edited comment.

    So you are the bot guy?

    oh come on :)

  • I'm bot

  • LET'S GOOOOO!! 2022 BLACK FRIDAY BY RACKNERD!ELEVEN

  • @stephanuk said:
    I'm bot

    Hi bot, I’m real human!

  • @sonu said:
    For people who don't use a bot but would like to win a gift from RackNerd, I created a Tampermonkey script to highlight Dustinc's post, while remove all other's comments. It worked really well yesterday.

    The idea was inspired by @DeadlyChemist, who created a Firefox extension.

    Now I share this script, hope it can bring some fun.

    // ==UserScript==
    // @name         LET Highlight
    // @version      0.1
    // @description  Highlight Dustinc's message
    // @author       Sonu
    // @match        https://lowendtalk.com/*
    // @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
    // @grant        none
    // ==/UserScript==
    
    (function() {
        const comments = document.getElementsByClassName('Comment')
        for (var comment of comments) {
            if (comment.getElementsByTagName('a')[0].getAttribute("title") == 'dustinc') {
                comment.style.backgroundColor = "#ffff00";
            } else {
                comment.getElementsByClassName('Item-BodyWrap')[0].innerHTML = '' // clear every thing
            }
        }
    })();
    

    Demo:

    Awesome! that's brilliant for people doing invention to make life easier. I will try B)

  • @stephanuk said:
    I'm bot

    Bots are boring, let's feel the excitedness of f5 pressing and mouse clicking.

  • @sonu said:

    Bots are boring, let's feel the excitedness of f5 pressing and mouse clicking.

    I must say the rush of adrenaline when anticipating a giveaway is really fun!

    Thanked by 3sonu Xrmaddness dustinc
  • so i miss something?

  • @openid said:
    so i miss something?

    There was a merch giveaway :)

    Thanked by 1dustinc
  • Hey Racknerd! Just got new and everything goes smoothly and stable !!

    My invoice No. is #4810097. Please double my bandwidth here. TY!!

    Hope u guys doing better n better in the upcoming 2023!

  • diabolusdiabolus Member
    edited November 2022

    I am completely energized and feeling terrific o:) o:) o:)

    Thanked by 1dustinc
  • @dustinc said:

    @diabolus said:
    Invoice #4660493
    I just renewed , can I join the event?
    Please give me double traffic, thank you

    Hi @diabolus -- We appreciate your continued business, and Thank You for being a valued customer! While this specific order of yours does not appear to be eligible, if you share a more recent order number, we'll be happy to take another look :)

    Thanks! :)
    Invoice #4660493
    Order Number: 2936968150

  • Hosting words of wisdom...
    Keep yourself in @dustinc's posts, the others out, and the stick on F5.

    Thanked by 1dustinc
This discussion has been closed.