Quote:
Originally Posted by ggreen2000
I have this bookmarklet for Flickr. If you save it as a bookmark in your browser tool bar, clicking it will make a pop-up appear which prompts you to add search term(S) for a Flickr search.
Click ok and it will redirect to Flickr, safe search off, and order pics by date posted.
Not sure if you need to be logged on to Flickr to ensure the safe search off though
This is the script. It searches for text, but you can change " &text=" to " &tag=", to search tags instead.
Code:
You are not allowed to view this content until you register.
It needs to be URL encoded for it to work like a link, so save it las below in the tool bar. You can decode/encode the script at this site. https://www.urldecoder.org/
Code:
You are not allowed to view this content until you register.
|
What parameters do you use for the encoding? I've made a couple of careful tweaks to it, but when I re-encode it doesn't work as a bookmark. Does the same when I try and Encode your original code as well. I'm doing something wrong, I just don't know what it is.
Edit: Figured it out. The decoders were messing with the integrity of the code and replacing certain symbols with the wrong %Placeholders
I took a close look at yours and what each symbol converted to, then modified the encoded string by hand to implement my changes