Open Side Menu Go to the Top
Register
Quick Questions & Answers Thread Quick Questions & Answers Thread

01-27-2009 , 07:32 PM
I dont recall how I did it, but mine works.

Code:
// ==UserScript==
// @name           2p2 link to first unread post
// @author         John "jalexand42" Alexander
// @namespace      http://www.jvelliott.com/2p2scripts/
// @description    links to first unread post & removes default vbb image - originally created by  http://henrik.nyh.se
// @include        http://forums.twoplustwo.com/forumdisplay*
// ==/UserScript==
var rx = new RegExp("^http://forumserver.twoplustwo.com/[0-9]+/[a-z0-9-]+/[?a-z0-9=]*$");
var ry = new RegExp("^http://forumserver.twoplustwo.com/usercp.php");
var rz = new RegExp("^http://forumserver.twoplustwo.com/subscription.php");
if (!rx.test(document.location) && !ry.test(document.location) && !rz.test(document.location))
{
  return;
}


function xp(query, root) { return document.evaluate(query, root || document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); }
function xps(query, root) { return document.evaluate(query, root || document, null, XPathResult.ANY_UNORDERED_NODE_TYPE, null).singleNodeValue; }
function with_each(query, cb, root) {
     var results = xp(query, root);
     for (var i = 0, j = results.snapshotLength; i < j; i++)
          cb(results.snapshotItem(i));
}


var unreadLinks = '//img[contains(@src, "firstnew")]/ancestor::a';
var relativeThreadLink = "following::a[1]";

with_each(unreadLinks, function(item) {
     xps(relativeThreadLink, item).href = item.href;
});



var newImages = document.getElementsByTagName('img');

for(var curElem = 0; curElem < newImages.length; curElem++){
     if(newImages[curElem].src.indexOf("firstnew.gif") != -1){
          newImages[curElem].parentNode.parentNode.removeChild(newImages[curElem].parentNode);
     }
}
Quick Questions &amp; Answers Thread Quote
01-27-2009 , 07:37 PM
That looks just like mine but mine doesn't work on other forums.

So do I need to just change the urls? Or you mean that yours already works w/ other forums?
Quick Questions &amp; Answers Thread Quote
01-27-2009 , 07:37 PM
Quote:
Good to do list manager for Vista 64?
I just use a text doc right now and it's (obv) not very efficient. Any recommendations? Price is not really a factor, but if there's something free that's almost as good as the best paid program, I'll use that.

Ty.
.
Quick Questions &amp; Answers Thread Quote
01-27-2009 , 07:58 PM
sorry, I didnt read your post completely.
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 12:21 PM
Bumping my request

If someone can please figure out a way to prevent Party tables from flashing when it's my turn to act and its not the active window, I will send $25 on stars.
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 12:24 PM
Have you turned off all the Table TimeOut Alerts under Preferences->Multi Tabling->Alert Settings ?
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 12:32 PM
Quote:
Originally Posted by Neko
Have you turned off all the Table TimeOut Alerts under Preferences->Multi Tabling->Alert Settings ?
Yes. I'm talking about the tiny border of the table and the top title bar alternate from dark green to very light green until I click back on the table that needs action and then it's solid again.

I just want it to stay solid dark green ahhahhhh
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 12:37 PM
unpossible imo.
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 12:37 PM
Quote:
Originally Posted by coxquinn
Yes. I'm talking about the tiny border of the table and the top title bar alternate from dark green to very light green until I click back on the table that needs action and then it's solid again.

I just want it to stay solid dark green ahhahhhh
Umm, that is your windows theme. It has nothing to do with the poker client.
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 12:37 PM
I don't think that's true fozzy.
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 12:38 PM
Quote:
Originally Posted by Neko
unpossible imo.
There are probably other desktop themes which have less noticeable bar color/effects, when activating.
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 12:39 PM
Quote:
Originally Posted by fozzy71
Umm, that is your windows theme. It has nothing to do with the poker client.
I looked into that possibility on my own and could not figure out how to change this. I'm using the windows classic theme on Vista.

Can you please tell me how to just make every window -- active and inactive-- the same color title bar as if it's active?
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 12:40 PM
Or maybe not. ... On XP this is the case, afaik. I used to change desktop themes frequently, and some themes are certainly mrore noticeable when activated. I changed my desktop things, to help me notice the active table better, before I had learned about AHK and urgent table or table highlighter.
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 12:41 PM
Quote:
Originally Posted by coxquinn
.........

Can you please tell me how to just make every window -- active and inactive-- the same color title bar as if it's active?
Does it sound like I actually know the answer but am refusing to give it to you?

If it's possible you will prolly find your answer on a thread regarding windows themes, and not a poker forum.
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 12:46 PM
Quote:
Originally Posted by fozzy71
Or maybe not. ... On XP this is the case, afaik. I used to change desktop themes frequently, and some themes are certainly mrore noticeable when activated. I changed my desktop things, to help me notice the active table better, before I had learned about AHK and urgent table or table highlighter.
Yeah, I found how to do this and changed it but Party takes over whatever you set it windows with their stupid green top bar and wider border
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 12:48 PM
Quote:
Originally Posted by coxquinn
Yeah, I found how to do this and changed it but Party takes over whatever you set it windows with their stupid green top bar and wider border
LOL_PartyPoker

Last edited by fozzy71; 01-28-2009 at 12:48 PM. Reason: Angry cuz I can only play stars or ftp. :(
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 01:02 PM
Quote:
Originally Posted by Neko
unpossible imo.


edit: you might want to post a request here http://forumserver.twoplustwo.com/28...elease-395391/ since the partypoker rep is actually taking (and implementing!!!) suggestions.
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 01:05 PM
yeah seriously I emailed them about this and obv their answer was "unpossible"
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 06:36 PM
Anyone know how to set up a heads up SitNGo with a friend who is in the same room as you? I wanted to show my brother how "battleship" style poker worked, and didn't want to play him for money.

We were able to go on stars and find a heads up NL table and just sit out until the other player left, but what I want to do is have two laptops facing each other, and be able to play a sitNgo with one player against the other.

I have been looking all over, but couldn't find either software that would do that, or some place where I could set up a private headsup sitngo online.

Anybody?

cheers
--Pete
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 06:41 PM
Try this :
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 06:42 PM
Any one else notice an extremely high number of googletard threads in software recently.
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 09:28 PM
Quote:
Originally Posted by fozzy71
Any one else notice an extremely high number of googletard threads in software recently.
THIS

Last edited by fozzy71; 01-28-2009 at 09:29 PM. Reason: same couple of idiots starting a new thread for every new question they come across.
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 09:37 PM
You can't this your own post!
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 09:47 PM
Quote:
Originally Posted by RobTheDuck
You can't this your own post!
How do you think I pad my post count?

Last edited by fozzy71; 01-28-2009 at 09:48 PM. Reason: If I didnt post that 'THIS' here, I would have been berating a bad OP (again) instead. :p
Quick Questions &amp; Answers Thread Quote
01-28-2009 , 10:21 PM
There was a free cheap little program that stopped having to double click tables that were not active yet. Having not played in awhile and building a new pc since, does anyone know where I can find it? This is for Poker Stars.

Thanks!
Quick Questions &amp; Answers Thread Quote

      
m