Page 11 of 36 FirstFirst ... 78910111213141521 ... LastLast
Results 251 to 275 of 895
  1. #251
    Kang Trill Clinton's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Jun 2010
    Post Count
    20,426
    Thread of the year contender

  2. #252
    6X ST MVP
    My Team
    San Antonio Spurs
    Join Date
    Jul 2015
    Post Count
    81,091
    Thread of the year contender
    In a backwards sort of way. They might as well hand me my seventh MVP in a row now for triggering you soy boys so hard.

  3. #253
    Savvy Veteran spurraider21's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Apr 2012
    Post Count
    96,027
    I don't pay any attention to that .
    well you do you. its how i keep track of conversations to know if somebody has responded to something, and in which thread

  4. #254
    🏆🏆🏆🏆🏆 ElNono's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Apr 2007
    Post Count
    152,607
    This is an additional simple rule that will hide all posts from people you have on ignore:

    Code:
    www.spurstalk.com##:xpath(//a[contains(@href, 'profile.php?do=ignorelist')]/ancestor::li[contains(@id, "post_")])
    I think TSA was asking about it.
    Last edited by ElNono; 06-25-2021 at 03:09 PM.

  5. #255
    Veteran
    My Team
    San Antonio Spurs
    Join Date
    Oct 2008
    Post Count
    43,429
    This is an additional simple rule that will hide all posts from people you have on ignore:

    Code:
    www.spurstalk.com##:xpath(//a[contains(@href, 'profile.php?do=ignorelist')]/ancestor::li)
    I think TSA was asking about it.
    Works like a charm.



    Outright hides derp from existence.

  6. #256
    🏆🏆🏆🏆🏆 ElNono's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Apr 2007
    Post Count
    152,607
    If you need it tailored to specific posters, it can be done as well, tbh...

  7. #257
    6X ST MVP
    My Team
    San Antonio Spurs
    Join Date
    Jul 2015
    Post Count
    81,091
    You guys need safe space (so badly).

    I beat you guys to a pulp. It happens.

  8. #258
    wrong about pizzagate TSA's Avatar
    My Team
    Sacramento Kings
    Join Date
    Feb 2007
    Post Count
    20,548
    This is an additional simple rule that will hide all posts from people you have on ignore:

    Code:
    www.spurstalk.com##:xpath(//a[contains(@href, 'profile.php?do=ignorelist')]/ancestor::li)
    I think TSA was asking about it.

  9. #259
    6X ST MVP
    My Team
    San Antonio Spurs
    Join Date
    Jul 2015
    Post Count
    81,091
    You were always so mad that I stole your thunder.

  10. #260
    Against Home Schooling Ef-man's Avatar
    My Team
    San Antonio Spurs
    Join Date
    May 2006
    Post Count
    17,536
    If you need it tailored to specific posters, it can be done as well, tbh...
    Damn ElNoNo.

    Derptacular's and thread's posts ITT have disappeared from my screen!

    Not even a line that says they posted some crap and you ignored them.

    Wow!

  11. #261
    6X ST MVP
    My Team
    San Antonio Spurs
    Join Date
    Jul 2015
    Post Count
    81,091
    ... and thread's posts ITT have disappeared from my screen!

    Not even a line that says they posted some crap and you ignored them.

    Wow!
    Sucks for you. You'll have to find someone else's leg to hump.

  12. #262
    LMAO koriwhat's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Jan 2008
    Post Count
    37,912
    This is an additional simple rule that will hide all posts from people you have on ignore:

    Code:
    www.spurstalk.com##:xpath(//a[contains(@href, 'profile.php?do=ignorelist')]/ancestor::li)
    I think TSA was asking about it.
    Thanks bud.

  13. #263
    🏆🏆🏆🏆🏆 ElNono's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Apr 2007
    Post Count
    152,607
    Damn ElNoNo.

    Derptacular's and thread's posts ITT have disappeared from my screen!

    Not even a line that says they posted some crap and you ignored them.

    Wow!
    Nothing of value was lost, tbh... At most you'll avoid having to scroll through the innumerable collapsed posts of angry derp crying how much he's not bothered by any of this and how he self-proclaimed the champion of the intertubes... basically, the usual re stuff.

  14. #264
    6X ST MVP
    My Team
    San Antonio Spurs
    Join Date
    Jul 2015
    Post Count
    81,091
    Nothing of value was lost, tbh... At most you'll avoid having to scroll through the innumerable collapsed posts of angry derp crying how much he's not bothered by any of this and how he self-proclaimed the champion of the intertubes... basically, the usual re stuff.
    You tried to take me on and you had a nervous breakdown.

  15. #265
    LMAO koriwhat's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Jan 2008
    Post Count
    37,912
    This is an additional simple rule that will hide all posts from people you have on ignore:

    Code:
    www.spurstalk.com##:xpath(//a[contains(@href, 'profile.php?do=ignorelist')]/ancestor::li)
    I think TSA was asking about it.
    Only issue with this fix that I have found thus far is in our "My Profile" section where this code eliminates a few li elements in the far left hand menu due to "ignore" clause.


    LOL I created a monster by asking you to make some plugins for vbulletin in php and whatnot. HAHAHA Either way thanks again bud!

  16. #266
    🏆🏆🏆🏆🏆 ElNono's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Apr 2007
    Post Count
    152,607
    Only issue with this fix that I have found thus far is in our "My Profile" section where this code eliminates a few li elements in the far left hand menu due to "ignore" clause.

    LOL I created a monster by asking you to make some plugins for vbulletin in php and whatnot. HAHAHA Either way thanks again bud!
    Try this one. I'm going to update my previous post with it as well.

    Code:
    www.spurstalk.com##:xpath(//a[contains(@href, 'profile.php?do=ignorelist')]/ancestor::li[contains(@id, "post_")])
    This should only hide posts, and nothing else.

  17. #267
    LMAO koriwhat's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Jan 2008
    Post Count
    37,912
    This should only hide posts, and nothing else.
    Works like a charm bud!

    What languages do you usually work with exactly? I see this is nothing more than DOM html elements but what exactly do you work with? I am so interested in learning more programming and am recently diving into more complex subjects within Python rn. I mainly work fullstack bs with php/js but have ventured into desktop publishing in the past year.

    I am always amazed by real programmers as yourself Nono. Anyhow, have a great day bro!

  18. #268
    🏆🏆🏆🏆🏆 ElNono's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Apr 2007
    Post Count
    152,607
    Works like a charm bud!

    What languages do you usually work with exactly? I see this is nothing more than DOM html elements but what exactly do you work with? I am so interested in learning more programming and am recently diving into more complex subjects within Python rn. I mainly work fullstack bs with php/js but have ventured into desktop publishing in the past year.

    I am always amazed by real programmers as yourself Nono. Anyhow, have a great day bro!
    The bulk of what I do is C++, C#, HLSL, some assembly here and there. Been curious about Rust, but haven't had the time yet.

    I rarely do web stuff anymore. When I did, php and some js frameworks like jQuery or Angular did work out, but mostly out of familiarity with them.

    This thing is just using xpath (https://en.wikipedia.org/wiki/XPath), which is a handy XML query language. I've used in the past when handling XML docs via libxml.

  19. #269
    LMAO koriwhat's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Jan 2008
    Post Count
    37,912
    On a side note, I am intrigued to see what the future holds when a few here can't literally give up Spurt(me and others) but say they're going to in this thread. Some here live off of the drama but without it what will those "some", and all their alts, do?

    This is going to be interesting to say the least. I am just glad I don't have to sift through endless posts by those I'd rather not hear from ever again.

  20. #270
    LMAO koriwhat's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Jan 2008
    Post Count
    37,912
    The bulk of what I do is C++, C#, HLSL, some assembly here and there. Been curious about Rust, but haven't had the time yet.

    I rarely do web stuff anymore. When I did, php and some js frameworks like jQuery or Angular did work out, but mostly out of familiarity with them.

    This thing is just using xpath (https://en.wikipedia.org/wiki/XPath), which is a handy XML query language. I've used in the past when handling XML docs via libxml.
    Yeah I barely started reading up on ublock's syntax and realized quick it was xml but seeing how the only xml I have ever done was retrieval, like I do with csv files and the like, wasn't going to cut it unless I really read through the do entation.

    I haven't looked into Rust at all yet but I see it referenced all over the internet so it must be gaining quite the traction.

    Cool stuff Nono; wish I had your smarts bro.

  21. #271
    Savvy Veteran spurraider21's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Apr 2012
    Post Count
    96,027
    On a side note, I am intrigued to see what the future holds when a few here can't literally give up Spurt(me and others) but say they're going to in this thread. Some here live off of the drama but without it what will those "some", and all their alts, do?

    This is going to be interesting to say the least. I am just glad I don't have to sift through endless posts by those I'd rather not hear from ever again.
    damn, am i getting the axe?

  22. #272
    🏆🏆🏆🏆🏆 ElNono's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Apr 2007
    Post Count
    152,607
    Yeah I barely started reading up on ublock's syntax and realized quick it was xml but seeing how the only xml I have ever done was retrieval, like I do with csv files and the like, wasn't going to cut it unless I really read through the do entation.

    I haven't looked into Rust at all yet but I see it referenced all over the internet so it must be gaining quite the traction.

    Cool stuff Nono; wish I had your smarts bro.
    bro, you do what makes you happy, that's where it's at.

  23. #273
    LMAO koriwhat's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Jan 2008
    Post Count
    37,912
    damn, am i getting the axe?
    I am contemplating everything at this point bud. I'm not so pro-censorship though so who knows. Sometimes I feel like you and I have a good discourse and other times I get annoyed by you; sometimes I'm just in a pissy mood is all.

    Lol

    Btw, there's only 3 people here I really don't care to ever hear from again and you're not on that list whatsoever.

  24. #274
    LMAO koriwhat's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Jan 2008
    Post Count
    37,912
    bro, you do what makes you happy, that's where it's at.
    Indeed buddy

  25. #275
    Damns (Given): 0 Blake's Avatar
    My Team
    San Antonio Spurs
    Join Date
    Jan 2006
    Post Count
    76,235
    On a side note, I am intrigued to see what the future holds when a few here can't literally give up Spurt(me and others) but say they're going to in this thread. Some here live off of the drama but without it what will those "some", and all their alts, do?

    This is going to be interesting to say the least. I am just glad I don't have to sift through endless posts by those I'd rather not hear from ever again.
    Good on you! Now when someone calls you on your bull made up rants, you won't have an angry artery popping meltdown.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •