Comments by jerone on scripts
111 comments
|
Comment on: |
User scripts for IE: IE7Pro(IEscripts database & IEscripts tutorial) |
|
Comment on: |
A lot of changes, a big step in the good direction.
I've got a small suggestion; change "home" into "profile". Home means something different with what you're trying to define here. |
|
Comment on: |
A lot of changes, a big step in the good direction.
|
|
Comment on: |
Firefox 3 with GreaseMonkey. You don't have this weird border? |
|
Comment on: |
|
|
Comment on: |
You really should add the code below, because their ain't a border.
|
|
Comment on: |
I've got an addition for "http://userscripts.org/scripts/edit/*":
document.getElementById("script_summary").style="width:100%;";
You'll see that this is the best method, then when you try it with CSS only. |
|
Comment on: |
I need to add |
|
Comment on: |
Thats true, but people can use their middle-mouse for navigation. |
|
Comment on: |
...but overflow-x:auto; is not a good idea on sources with a lot of rows.Why not? |
|
Comment on: |
I like this script.
|
|
Comment on: |
I'm liking the new change.
|
|
Comment on: |
OK thnx, Spanish translation is updated.
|
|
Comment on: |
Interesting, but what has this script what this script doesn't have? |
|
Comment on: |
Hey, since your last comment i've got some new ones for you to translate before I release the new scripts:
'left' : 'Left', 'right' : 'Right', 'unknown' : 'Unknown', 'unknown' : 'unknown', |
|
Comment on: |
@sanosuke. Thank you so much, you're the first one who translated my script.
p.s. Please post your findings in a |
|
Comment on: |
|
|
Comment on: |
|
|
Comment on: |
|
|
Comment on: |
A small addition for people who use this script and use another script that implents an iframe;
if((node=$x("id('content')/h1/text()")).length<=0)return;
var yourscripts = ( trim(node[0].data) == 'Your scripts' );
|
|
Comment on: |
Apparently Stylish is loaded after GreaseMonkey. And because that stylish script also uses window.setTimeout(
function(){
getTag('head')[0].appendChild(getCSS());
}
,1);
And the last addition I wrote (with the try catch) needs to rotate. |
|
Comment on: |
No problems here. @MindTwister, because lately ther're a lot of updates for this script, which includes bug fixes or new features (a good thing thus). |
|
Comment on: |
lazyttrick, you could use something like this to make it site compatible; var node;
try{
node = document.getElementsByTagName('body')[0].createElement(type);
}catch(e){
node = document.createElement(type);
}You need to test it some dho.
|
|
Comment on: |
Thnx lazyttrick. Solved that problem. There wasn't even the need to re-add. Good Work. The solution for the new problem people having, change line 854 back to: var node = document.createElement(type); To fix weird colors on other pages, you could use an iframe. For my own script US_options I choose an iframe because of heritage from other scripts. In an iframe you don't have the site inheriting.
|
|
Comment on: |
You're on a roll. Maybe you can look at this. Userscripts that contain "Userscripts.org" in their name are wrongly named in the list (e.g. 8037, 11400, 33084). I do like the clicking on the names to go to their home, but I prefer a home button. Another suggestion would be an option to scan only on Userscripts.org itself. Just improving a great script. |

