Comments by jumper4000 on scripts
23 comments
|
Comment on: |
Here are some answers to your questions, Jenn, Yeah I hate those Flash ads too. Install this script to get rid of them, http://userscripts.org/scripts/show/7350 3badpugs, There's a bug that every once in a while causes that. Usually, if you refresh the page, it corrects itself... I've been planning to fix it, but haven't had the time StarDogg, I'm not too sure, but I highly doubt it. |
|
Comment on: |
I agree with Joe B., please move the options all the way down bellow. thanks. |
|
Comment on: |
Excellent, thank you... Everything is working now. |
|
Comment on: |
Thanks a ton, that worked great... One last and very minor issue is that before it used to highlight today's birthdays, but now it doesn't... That's really no big deal at all, but I just wanted to give you a heads up... Thanks again for the very great work :) |
|
Comment on: |
Hi, for some reason, the birthdays don't sort any more, and this is a huge pain for people with a lot of friends... Can you please fix it, when you get the chance?? thanks man. |
|
Comment on: |
InsaneNinja, you left a comment on my script - http://userscripts.org/scripts/show/25735, and I wanted to post a reply to it here as well, so you see it... this is what I said, InsaneNinja, I don't mind using your home-auto-update script at all. In fact, I like it very much, but the thing is that I have over 1,500 friends and your script doesn't show the bulletins anymore (it used to). Also, even when yours used to work on profiles with more than 1,500 friends, it still wouldn't show the "view all | view mine | post" buttons properly. So, I made this one specifically for people with over 1,500 friends... If you ever update yours to address these issues, we can stop using this one :) |
|
Comment on: |
InsaneNinja, I don't mind using your home-auto-update script at all. In fact, I like it very much, but the thing is that I have over 1,500 friends and your script doesn't show the bulletins anymore (it used to). Also, even when yours used to work on profiles with more than 1,500 friends, it still wouldn't show the "view all | view mine | post" buttons properly. So, I made this one specifically for people with over 1,500 friends... If you ever update yours to address these issues, we can stop using this one :) |
|
Comment on: |
updated the include page, so it works again. |
|
Comment on: |
Billy, if you edit the code, you'll notice that on the first two lines you have the option to change the size. Maybe later on I'll add the option to remove all the extra information... How does it interfere with Add ImageLinks 2 though? it seems fine to me. |
|
Comment on: |
If you notice any bugs with this, please let me know. |
|
Comment on: |
let me know if you notice any bugs with this. |
|
Comment on: |
what you want to look at for saving variables are GM_setValue and GM_getValue. Take a look at these pages for instructions,
for auto-update, look at this script,
hope this helps. |
|
Comment on: |
If you're like me, with too many friends, and don't see the "View All" link under enhanced bulletins anymore, just add the bellow code right after this line,
var view_all2 = document.createElement('a')
view_all2.setAttribute('href', 'http://bulletins.myspace.com/index.cfm?fuseaction=bulletin')
view_all2.innerHTML = 'view all'
view_all.parentNode.insertBefore(view_all2, view_all)
view_all.parentNode.insertBefore(document.createTextNode(' | '), view_all)
|
|
Comment on: |
I don't know how my code changed bellow, but this is the code you want to change with lines 394 through 403,
html = responseDetails.responseText.replace(/\t|\r|\n|\s\s/g,'').match(/<table id = "bulletin_inbox".+?<\/table>?/);
$('tblbulletins').innerHTML = html[0].replace(/\/m_/g,'/s_').replace(/_m./g,'_s.').replace('200px','80px');
|
|
Comment on: |
For now, while InsaneNinja works on a better fix, if you want your enhanced bulletins back try this, replace lines 394 through 403 with this,
html = responseDetails.responseText.replace(/\t|\r|\n|\s\s/g,'').match(/<table><\/table>?/);
$('tblbulletins').innerHTML = html[0].replace(/\/m_/g,'/s_').replace(/_m./g,'_s.').replace('200px','80px');
Replace this line,
and on line 109 set ENHANCED_BULLETINS back "true" |
|
Comment on: |
Hi Ninja, It works great, but how soon do you think we'll have the enhanced bulletins back? without it, those of us with more than 1,500 friends can't see the bulletins. Also, with recent versions, I noticed that under Enhanced bulletins, I didn't have the "view all" link anymore. maybe it's because I have too many friends. Would you be able to fix that?? Lastly, before I had the view "new" friends option up top in the friend space (next to friend count). Now it's down the bottom. could you please put that back up top?
|
|
Comment on: |
this script doesn't work with the new friends pages anymore. thanks. |
|
Comment on: |
Thanks man, this script is great. |
|
Comment on: |
great script, but would it be possible to sort the birthdays? |
|
Comment on: |
Thanks insaneNinja. but i think you forgot to post today's new script. when we go to install it, it says it's still from the 24th :) |
|
Comment on: |
This is a great script and thanks for all your hard work, but I HATE the new scrolling feature. I know some people like it, so would it be possible to make it optional? thanks |
|
Comment on: |
Wow, what an outstanding script. excellent work. the beta is just awesome. thanks a lot... do you think it would at all be possible to make it so when we scroll over an image we get a balloon showing basic info, like age and location? that would make this script extra superior. thanks very much. |
|
Comment on: |
Great script. thanks Mark, and thank you Graig for the modification to move the image to the right if it's covered by mouse. here's the full script including Craig's changes in case any of you need it:
var allImages, thisImage;
allImages = document.evaluate(
// Holds paths of all the enlarged images
i=0;
thisImage = allImages.snapshotItem(i); // Example of photo src --> 03/31/2006
var fileName = src.replace("_m.jpg","_l.jpg");
thisImage.alt = i;
var newDiv = document.createElement('div');
newDiv.innerHTML = html; document.body.appendChild(newDiv); thisImage.addEventListener(
thisImage.addEventListener(
i++;
function addGlobalStyle(css) {
addGlobalStyle('.tip {font:10px/12px Arial,Helvetica,sans-serif;border:0;padding:3px 3px 3px 3px;visibility:hidden;position:absolute;z-index:100;color:#333333;top: function popUp(pgX,pgY,screeny,oi){
if ( ( pgX - 40 ) < obj.offsetWidth )
top = pgY - screeny + 170; objStyle.left = left;
}
|
