Recent posts by simon!

Subscribe to Recent posts by simon! 45 posts found

Jun 28, 2008
simon! 45 posts

Topic: Script development / A Wikipedia background like (HOW?)

you can get this "css line" with Adblock plus and Live HTTP Headers also.

 
Jun 23, 2008
simon! 45 posts

Topic: Userscripts.org discussion / BUG: 2 fans of showIdInTitle

http://userscripts.org/scripts/fans/10304

click on me (simon!) and click on Tanni...

 
Jun 23, 2008
simon! 45 posts

Topic: Script development / A Wikipedia background like (HOW?)

Thank you SO MUCH znerp, It is working :)

But I still can't get http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png from the page source??
How did you locate it?

 
Jun 23, 2008
simon! 45 posts

Topic: Script development / A Wikipedia background like (HOW?)

Explode Thumbs:
Line 46 background = 'white';

Instant Gallery:
Line 210 bigimg.style.background = 'red';

 
Jun 23, 2008
simon! 45 posts

Topic: Script development / A Wikipedia background like (HOW?)

where to insert this 16x16 image in the code?

data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAAGElEQVQYV2N4DwX/oYBhgARgDJjEAAkAAEC99wFuu0VFAAAAAElFTkSuQmCC

 
Jun 23, 2008
simon! 45 posts

Topic: Script development / A Wikipedia background like (HOW?)

Hi, I'm using Explode Thumbs & Instant Gallery and I these got a plain/simple background.

I want to recognize if a .GIF or a .PNG icon/image has a "transparent color"
How to replace this plain background with a square/slot one?

example here

TIA (thanks in advance).

 
May 26, 2008
simon! 45 posts

Topic: Script development / Aardvark

this code:

// This file is in the public domain.
// You may copy this file, alter it as you wish, and serve your modification 
// from your site.  

// load the aardvark code from karmatics.com
function aardvark_load ()
{
var path = "http://karmatics.com/aardvark/";
window.aardvark = {isBookmarklet: true, resourcePrefix: path, userCallbacks: []};

var files = ['aardvarkStrings.js', 'aardvarkUtils.js', 'aardvarkDBox.js', 'aardvarkCommands.js', 'aardvarkMain.js'];

var headElems = document.getElementsByTagName('head');
for (var i=0; i<files>

plus this bookmarklet:

javascript:document.getElementsByTagName('head')[0].appendChild(document.createElement('script')).setAttribute('src','http://karmatics.com/aardvark/loader.js')

equal to http://userscripts.org/scripts/show/27307

how to do a script for this? (with a Hot-Key or with a Button one the Corner of a page)

more at: http://karmatics.com/aardvark/bookmarklet.html

 
May 26, 2008
simon! 45 posts

Topic: Script development / Portable blummy

blummy is a great online tool, it's a bookmarklet management bookmarklet

http://blummy.com/

Who can make this as a script and the user will decide by his/her own where to store the bookmarklets

the bookmarklets are stored on http://www.blummy.com/blummy.js
the style (i think) http://www.blummy.com/blummy.css

http://www.blummy.com/blummy.js?user=(USER-NAME)
http://www.blummy.com/blummy.css?user=(USER-NAME)

 
May 24, 2008
simon! 45 posts

Topic: Script development / CHIPMARK: how to modify fav.icio.us2

how do I modify fav.icio.us2 to work with:

https://www.chipmark.com/Manage
https://www.chipmark.com/Main?target=pluginManage
https://www.chipmark.com/NewManage

thanks

(p:BugMeNot u:BugMeNot // test & demo account, do not change pass, thanks)

 
May 2, 2008
simon! 45 posts

Topic: Script development / CHIPMARK: A Chipmark's status bar icon clone

Version 3.1 — May 1, 2007 — 108 KB

Chipmark Version History :: Firefox Add-ons
-- Icon appears in the status bar on a page that has already been chipmarked

3.1 Released

Chipmark Development Blog » Blog Archive » 3.1 Released
-- The addon now displays a little icon and asks for confirmation if you add a chipmark that you’ve already added before. This helps if you have a lot of chipmarks and forgot if you’ve added something or not.

This is the mentioned status bar icon:


* Can someone make a user.js script, which will indicate that the current page was added, and will be shown on the [upper right] OR [upper left] OR [bottom right] OR [bottom left] of the page?

The code: from here
b) The code is in the statusbar.js file. The function that actually add/removes the icon is called "updateStatusBar()". Here is the output from grep-ing this function:
    ./addLink.js:40:        opener.updateStatusBar();
    ./easyImport.js:14:             chipmark_root_doc.updateStatusBar();
    ./editLink.js:123:      opener.updateStatusBar();
    ./favicon.js:353:               updateStatusBar();
    ./overlay.js:1605:                      updateStatusBar();
The mentioned file is located at: chipmark-3.2.1-fx.xpi/chrome/chipmark.jar/content/chipmark/statusbar.js
 
May 2, 2008
simon! 45 posts

Topic: Script development / Saving flash

Correction (Fuck!)

It's an .swf player

This is the link: http://www.ucsusa.org/global_security/nuclear_w... (right click and press play)

Size is only 1.58MB (I did wondered how the quality is so good when resizing it)

and yes, I will pay more attention next time... (Aquilax already answered...)

 
May 2, 2008
simon! 45 posts

Topic: Script development / Saving flash

Correction, the 3kb .swf file is an .flv player

But I can't download it even with Video DownloadHelper

 
May 2, 2008
simon! 45 posts

Topic: Script development / Saving flash

About the first comment here: Just view the Page Source (Ctrl+U), press Ctrl+F and enter .swf

You can also use Download Embedded or DownThemAll!

Personally, I'm using the Adblock Plus extension (right-clicking on the Block tab and saving the desired .swf :)

 
May 2, 2008
simon! 45 posts

Topic: Script development / Saving flash

Yupp, I'm soooooo dead... I gotta get out of this shit box, called Isra-Hell :P
in a year and 9 months now, I'm going to be a Lawyer (I really dunno what I'm going to do with this shitty degree)

 
May 2, 2008
simon! 45 posts

Topic: Script development / Saving flash

Live HTTP Headers bookmarklet: Top 150 Popular Firefox Extensions and Opera (101)

javascript:(function(){var request=new XMLHttpRequest();var path=location.protocol+'//'+location.host+location.pathname;request.onload=function(){  alert('HEAD Request for '+path+'\n\nstatus: '+this.status+'\n'+this.getAllResponseHeaders());};request.open('HEAD', location.href+'?' );request.send(null);})()

 
May 1, 2008
simon! 45 posts

Topic: Script development / Adblock Plus: Element Hiding Helper

not working for me :(

https://www.chipmark.com/Manage

 
May 1, 2008
simon! 45 posts

Topic: Script development / (Reversal to AdBlock) Block everything excapt...

I want to see only this item:
chipmark.com#DIV(id=manage_container)
how do I do that?

Thanks
 
May 1, 2008
simon! 45 posts

Topic: Script development / Adblock Plus: Element Hiding Helper

I can't figure how to block these elements:
chipmark.com#TD(style=width: 200px;)
chipmark.com#TD(class=module_frame_content_mid)
Thank you in advanced Simon
 
May 1, 2008
simon! 45 posts

Topic: Script development / CHIPMARK: a 7zip like...

?!? ?!?

anyway, more details here

thanks!

 
May 1, 2008
simon! 45 posts

Topic: Script development / Adblock Plus: Element Hiding Helper

Thanks guys

http://userstyles.org/forum/comments.php?Discus...
http://userstyles.org/styles/6819

Does any of you know how to get rid off the white background (more info here)

 
Apr 30, 2008
simon! 45 posts

Topic: Script development / Don't miss the GreaseSpot wiki

??fellatio?? Bah! you can do better than that! (nothing personal)

for instance, I laughed here (and I voted! mostly because of your comment)

Oh yeah, http://userscripts.org/scripts/show/8803 lol

 
Apr 30, 2008
simon! 45 posts

Topic: Script development / CHIPMARK: a 7zip like...

this is the Chipmark web interface:

(p:BugMeNot u:BugMeNot // test & demo account, do not change pass, thanks)

https://www.chipmark.com/Main?target=pluginManage

How to build a script that puts an Icon with a Folder (..) which will give the ability to climb up to a superior folder

Like 7-Zip (images below)



thanks!

support@chipmark.com wrote:
The nice thing about blummets and grease monkey scripts is that anyone can create them. If a user chooses to create either of these and would like it to be "officially supported" by Chipmark, that may be something we could consider.
 
Apr 30, 2008
simon! 45 posts

Topic: Script development / Adblock Plus: Element Hiding Helper

2nd request: more than 1 roll:
chipmark.com#TD(id=manage_tree)
chipmark.com#TABLE(id=manage_bar_table)
chipmark.com#DIV(id=manage_bar)
chipmark.com#DIV(id=manage_status_bar)
 
Apr 30, 2008
simon! 45 posts

Topic: Script development / Adblock Plus: Element Hiding Helper

Hi,

How do I implementing Adblock Plus (Element Hiding Helper) rolls like chipmark.com#TD(id=manage_tree) into a user.js script?

Thanks

 
Apr 28, 2008
simon! 45 posts

Topic: Ideas and script requests / JW FLV Player for Youtube

^_^