Reputation: 36799
Actually, the problem is every time i access zedge.net i have to select my phone from the list. Now, what i can do is, once i click on 'no phone selected' i can write: javascript:zlibQuicklinkPhone(2, 1476, 0);
in address bar and pressing Return key will select my phone. But i want this to be done automatically. How can i do this?
Note: i am not using greasemonkey, but if this problem can't be solved without it, then i can install that too.
Upvotes: 2
Views: 1390
Reputation: 28134
You could put the javascript into a bookmarklet: Create a new bookmark and replace the http link with our javascript (including the "javascript:" part). When you place the bookmarklet in the toolbar, your phone number is just one click away. It's not automatic, but it's the best you can do without GM.
Upvotes: 1
Reputation: 123917
If you already have a plan to use greasemonkey, install it and
http://zedge.net/*
zlibQuicklinkPhone(2, 1476, 0);
basically thats all.
Upvotes: 1