Comments by Hiromacu on scripts

48 comments

Comment on:
Gmail Attachment Information

Jun 4, 2008

Doesn't work again. Maybe the gmail engine changed.

Good work! :D

Comment on:
YousableTubeFix

May 2, 2008

It works for me too! ;)

Comment on:
Virtual Keyboard Interface

Apr 30, 2008

Hi GreyWyvern!

I changed the color setting of VKI but some web-sites overwrites it (for example color of characters on the buttons). And some web-site change the padding and the buttons of VKI is slides.
How can I solve this problem?

Comment on:
UserScripts Dark Blue

Apr 29, 2008

I found an other missing:

'table tr td.about {' +
' background: #112F5A ! important;' +
'}' +

Comment on:
userscripts favourites

Apr 29, 2008

Hi znerp!

I changed the name of the link in the user's page from 'Favourite Scripts' to 'Check List' because a little bit confusing the similar name. And I changed the name of the link in the main page from 'Your favourite scripts' to 'Your check list'. Additionally I put a new link ('Check List') to the header for easier access from anywhere on userscript.org.

http://img241.imageshack.us/img241/6416/pic1lg5...
http://img120.imageshack.us/img120/917/pic2ww0.png

/**** Access link to the header *****************/
chkl_li = document.createElement('li');
chkl_li.appendChild(document.createElement('a')).innerHTML = 'Check List';
li = document.getElementsByTagName('li');
li[3].parentNode.insertBefore(chkl_li, li[3])
function $(elementId) { return document.getElementById(elementId); }

And I have a comment!! If I terminate this script with 'Go back' browser button or context command, its doesn't stop! It runs on in the background and generate errors until the script enumeration is finished. This happen with the link of the main page and with my new link.

Error on Error Console:
Error: uncaught exception: [Exception... "Unexpected error" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: file:///C:/Documents%20and%20Settings/Hiromacu/Application%20Data/Mozilla/Firefox/Profiles/ztpgpdho.Hiromacu/extensions/%7Be4a8a97b-f2ed-450b-b12d-ee082ba24781%7D/components/greasemonkey.js :: anonymous :: line 524" data: no]

I can't terminate this script if I start it from the link of the user's page. So in this case there are no errors but I must wait until this script finishing. It would be better, if we would be able to break the running of this script. Would not be needed to wait if somebody changes his or her mind.

Comment on:
UserScripts Dark Blue

Apr 29, 2008

And there are some incompatibility with Virtual Keyboard Interface. I had to modify the color scheme of VKI and disable some code in UserScripts Dark Blue script.

Comment on:
UserScripts Dark Blue

Apr 29, 2008

...and these:

'.post .body p.topic {' +
' background: #001D3F ! important;' +
'}' +

'.posts .post .body blockquote {' +
' background: #112F5A ! important;' +
' border-top-color: #001d3f ! important;' +
' border-bottom-color: #001d3f ! important;' +
' border-left-color: #001d3f ! important;' +
'}' +

'div.stats {' +
' background: #112F5A ! important;' +
' border-top-color: #001d3f ! important;' +
' border-bottom-color: #001d3f ! important;' +
'}' +

Comment on:
UserScripts Dark Blue

Apr 29, 2008

There are some missing color code:

'table tr td.script-meat {' +
' background: #112F5A ! important;' +
'}' +

'table tr td.script-install {' +
' background: #112F5A ! important;' +
'}' +

'.subnav li a {' +
' background: #333333 ! important;' +
'}' +

Comment on:
Virtual Keyboard Interface

Apr 28, 2008

Thanks again! I did it and works! :D

Comment on:
Virtual Keyboard Interface

Apr 28, 2008

OK! Thank you for your help! :)

Comment on:
UserScripts Dark Blue

Apr 27, 2008

Looks good!!

Comment on:
userscripts favourites

Apr 27, 2008

I changed the color of both (minus & plus) icons for better look with UserScripts Dark Blue skin.
Plus: [url=http://imageshack.us][img=http://img74.imageshack.us/img74/792/pluslr2.png][/url]
Minus: [url=http://imageshack.us][img=http://img255.imageshack.us/img255/1226/minusju3.png][/url]

Comment on:
userscripts favourites

Apr 27, 2008

Very useful script!! Thank you znerp!!! ;)

Comment on:
imdb enlarge

Apr 27, 2008

Great script!!! :D

Comment on:
Gmail Spam-count Hide (temporary fix)

Apr 27, 2008

It works for me! I hate to see spam-count! :P
Thanx!

Comment on:
Gmail2 Label Hider

Apr 25, 2008

Great idea!! I like it!! Thanx! :)

I love this script! But I modified [shift-v] shortcut to [alt-enter] for easier use.

function handleKeypress(e)
{
// Handle an alt-enter keypress instead of shift-v
if (e.target.nodeName.toLowerCase()!='input' && e.altKey && e.keyCode==13)
{
previewShortcut();
e.preventDefault();
}
}

Thank Julien Carosi for this script.

Comment on:
'IMDb->DirectSearch Fixed'

Apr 17, 2008

http://userscripts.org/scripts/show/25297

Comment on:
'IMDb->DirectSearch Fixed'

Apr 17, 2008

Hi mohanr!

This script is very useful I like it, but needed to modify.

The title style of any movies is changed by this script. So I created a new "div" element to keep the original IMDb movie title style and keep the position of iconbar under title.

Also I erased some icons, added a YouTube icon and used two KaraGarga's idea (such as icon opacity and Open All text in end of iconbar position).

Thanx for this script. And thank you KaraGara too. :)

Comment on:
Virtual Keyboard Interface

Apr 15, 2008

I mean. I would like to use an icon next to the 'textareas' to activate VKI with a single click, as you did in your site (http://www.greywyvern.com/code/js/keyboard.html).
I talk about this icon: http://img528.imageshack.us/img528/4360/vkigico...

Comment on:
IMDBAge

Apr 13, 2008

Hi Thomas!

I found a bug:
Location: http://www.imdb.com/name/nm1723094/
Error: link has no properties
Source File: file:///C:/Documents%20and%20Settings/Hiromacu/Application%20Data/Mozilla/Firefox/Profiles/onuldpqt.Hiromacu/gm_scripts/imdbage.user.js
Line: 391

But this a nice script! :)

Comment on:
IMDB Pirated Version

Apr 12, 2008

Hi hosts!

I changed the lines, and it works! Thanx! :)

Comment on:
YouTube Lyrics

Apr 12, 2008

It works! :) Nice script! Thanx...

Comment on:
YouTube Lyrics

Apr 11, 2008

1st: location:
http://www.youtube.com/watch?v=qQwCCm-H-sU&feat...

2nd: describe: It would be necessary to see the lyrics.

3rd: message on Error Console:
Error: div0 has no properties
Source File: file:///C:/Documents%20and%20Settings/Hiromacu/Application%20Data/Mozilla/Firefox/Profiles/onuldpqt.Hiromacu/gm_scripts/youtubelyrics.user.js
Line: 23

4th: running scripts:
- Show Password ondblclick
- Virtual Keyboard Interface
- Textareation
- Textareation
- Change IMDB Links' Text to the Movies' Title
- YousableTubeFix
- Pagerization

5th: versions:
- Firefox 2.0.0.13 (2008031114)
- Greasemonkey 0.7.20080121.0