13
Does anyone know the creator of mixEjuice?
submitted over 6 years ago by friskfrugt

Google has discontinued their URL shortening service...

mixEjuice relies on it to save recipes, old links still work but you cant create new ones.

Does anyone know the dev so we can ask him to change URL shortening service?

http://www.mixejuice.com/

Comments
Sort
5 points
 
by luke3brover 6 years ago

In case Daniel doesn't respond:

Paste this into the developer console, and it will show you the long (unshortened) URL whenever you click on the "link" button. This could very easily be modified into a Tampermonkey script (browser extension) so it'll be automatically added every time you visit.

window.XMLHttpRequest.prototype.realSend = XMLHttpRequest.prototype.send;var newSend = function(vData) {var start = vData.indexOf('"') + 1;window.alert(vData.substr(start, vData.lastIndexOf('"') - start));this.realSend(vData);};window.XMLHttpRequest.prototype.send = newSend;

3 points
 
by d-babsover 6 years ago

I dont use the site, but you are incredibly awesome for putting that together.

1 points
 
by luke3brover 6 years ago

It was a fun little 5 minute break from work.

2 points
 
by friskfrugtover 6 years ago

Thank you! This is definitely the next best thing

1 points
 
by luke3brover 6 years ago

Glad to help!

3 points
 
by runeanover 6 years ago

Site hasn't been updated since 2017, good luck :/

daniel@mixejuice.com

-5 points
 
by juthincover 6 years ago

Any number of people know the dev. The intersection of that set and the set of redditors here may be null, tho.

Site copyright © 2025 DIY Compendium. Data courtesy of Reddit.