Showing posts with label Flickr Tips. Show all posts
Showing posts with label Flickr Tips. Show all posts

2008/04/10

Hide Videos on Flickr

A new greasemonkey script came up. This one hides videos on flickr.
This is for all of those, that are very sad about the new feature!
(btw.: me, too!)

visit site

2008/02/05

update to photostreamgrapher


update to photostreamgrapher
Originally uploaded by myfear
Found some minutes today to make a long wanted update. After the original author left flickr heading to the site with *ternity in it's name there were no more updates for my most wanted script www.flickr.com/photos/carstenschurig/329954374/
After a bit of reading and patching:
here it is :) Works for me. Hope, you like it!

Be shure to update your old original before replacing with this one!
And do not make me responsible for any errors :-D
This is provided as it is without any warranty :-)

Download: www.eisele.net/gmscripts/flickrphotostreamgraphr.user.js

Flickr Uploader 3


Flickr Uploader 3
Originally uploaded by myfear
More information about the proxy settings in the new flickr uploader:

1. Edit Uploader prefs file. Typically, you’ll find it in:
C:\Programm Files\Flickr Uploadr\defaults\preferences\prefs.js

2. Add the following lines to this file:

pref('network.proxy.http', 'your.proxy.org');
pref('network.proxy.http_port', 1234);
pref('network.proxy.type', 1);

Where you fill in the needed values for your proxy server and port (printed in bold) Do not (!) use a protocoll for the proxy ... simply the host name!

..oO(make kopies of the original in case I did something wrong :-D)