Skip to content

Instantly share code, notes, and snippets.

View yardstick17's full-sized avatar
🐢

Amit Kushwaha yardstick17

🐢
View GitHub Profile
@yardstick17
yardstick17 / zomato_bookmarklet.js
Last active March 18, 2017 09:52 — forked from ylogx/zomato_bookmarklet.js
A bookmarklet experiment to find various zomato resource properties
javascript:(function(){
var msg = '';
try {
msg += '\nRes_id: ' + RES_ID;
} catch(err) {
console.log(err)
}
try {
city_id = CITY_ID;
msg += '\ncity_id: ' + city_id;