View Single Post
Old January 10th, 2017, 12:00 AM   #19
mental
Member
 
Join Date: Feb 2010
Posts: 76
Thanks: 268
Thanked 632 Times in 76 Posts
mental 2500+mental 2500+mental 2500+mental 2500+mental 2500+mental 2500+mental 2500+mental 2500+mental 2500+mental 2500+mental 2500+
Default

If imagetwist Does not work you will need to update it manually.

1. right click anywhere in your browser window, select imagehost grabber, then host file editor


2. maximize the host file editor window


3. click the select host drop down window


4. click on imagetwist


5. select all the code and delete it


6. paste in the new code and save changes


If the code is not what i shown below copy & paste the new code in.

new code

the URL Patern should be
Code:
^http:\/\/(?:www\.)?imagetwist\.com\/[a-zA-Z0-9]+\/?
The search pattern should be
Code:
function(pageData, pageUrl) {
    var iUrl = pageData.match(/src="(.+?)" class="pic.+?" alt="(.+?)"/);
    return iUrl ? {imgUrl: iUrl[1], fileName: iUrl[2], status: "OK"} : {imgUrl: null, status: "ABORT"}
}
7. restart your browser, it should work on imagetwist now.

Note: If IHG updates and imagetwist stops working repeat the steps above. ( Myself, i just dont let it update for now)
mental is offline   Reply With Quote
The Following 8 Users Say Thank You to mental For This Useful Post: