My First Ever Published Opera Extension :D https://addons.opera.com/en/addons/extensions/details/iframe/ Based on my previous post, iFrame bookmarklet, with added capability to resize and move the iFrame Try Opera , and try my extension :) Update Version 0.6-0.7 : After 3+ years, I finally found the time to edit this extension to work with the new version of Opera (Chromium). Tested and Published for Opera 39. I don't know how many will actually come back and reuse this extension, but well, at least I'm using it extensively myself :)
I wonder why all Internet browsers do not provide us with a built-in and simple way to download multiple images, such as those excellent photos from my favorite Boston.com's The Big Picture . The closest thing that fit my need is Bulk Image Downloader and Firefox Extensions ( Image Picker ). The thing is, I certainly don't want to pay for something that can be free, and secondly, I don't use Firefox as my primary Internet browser (Hail Opera!) My first plan was to make an Opera extension similar to Firefox's Image Picker, which basically read a page, select the images and then call the built-in download manager to save it to local folder. However, I'm having a real hard time finding the Opera API function to call the Opera download manager to download even a single url. So, I end up writing just this simple bookmarklet to grab the images url, and execute Free Download Manager to perform the download. For now, the bookmarklet only extract direct source url of ima...
Like many Android phone users, I wonder why the Android Market Facebook app lacks push notifications like BB or iPhone. Currently it only notify when there is new message, or event and friend request. So, when I get acquainted with SL4A , this is the first app pop up in my mind. However, reading through the Facebook API and having to handle oAuth and stuffs seem just too much work. So, I thought if only I could open my mobile version of FB notification page ( http://m.facebook.com/notifications.php ) and read the new notifications, that would do it. And upon googling on emulate browser using python, I found these two excellent tutorials: http://stockrt.github.com/p/emulating-a-browser-in-python-with-mechanize/ http://www.ibm.com/developerworks/linux/library/l-python-mechanize-beautiful-soup/ I guess the neat trick is to "disguise" the User Agent of the mechanize Browser. From there on, it's basically parsing the HTML source behind the notification page. One last bit ...
Comments
Post a Comment