Default Speed Dial Thumbnails
-
Zapril last edited by
I accidentally changed my YouTube speed dial bookmark icon while playing around with bookmarks. When I try to change it back, all I get is the original YouTube icon, and the latest YouTube icon. The Opera GX custom version is missing and I don't know how to get it back. Help...?
-
burnout426 last edited by
Goto the URL
opera://about
and take note of the "profile" path. Then, close Opera.Then, open the "Bookmarks" file in the profile folder in a text editor (like Notepad++), look for the youtube entry and fix it so it looks like this:
{ "date_added": "13259802875230878", "guid": "e65a7893-81a7-4fe6-9ad5-88f1fd89ce5c", "id": "13", "meta_info": { "favicon_url": "https://sd-images.operacdn.com/api/v1/images/f630beaa98d8d529ade9af1153a86190d4f120e5.png", "imageData": "https://sd-images.operacdn.com/api/v1/images/e37f3adc9c24b9ffa6f3d8eca5dc71b7250248c5.png", "imageDataType": "2", "imageID": "083357D24D73D3E3EFCDC772D1D9D10A18AF4B77C029D3633172C628A901D5A8", "imageType": "2", "partner_id": "gx_youtube", "partner_image_download_url": "https://sd-images.operacdn.com/api/v1/images/e37f3adc9c24b9ffa6f3d8eca5dc71b7250248c5.png", "partner_url": "https://www.youtube.com/", "ping_url": "https://speeddials.opera.com/api/v2/ping/gx_youtube", "revision": "20190409", "server_position": "4" }, "name": "YouTube", "type": "url", "url": "https://www.youtube.com/" }
Then, save your changes and open Opera.
-
ajmod73 last edited by
@burnout426 Great! Is there a way to find the image data for the all the default tile icons such as twitch, reddit, etc...? it seems there is a image database somewhere...
-
burnout426 last edited by
@ajmod73 Goto the URL
opera://about
and take note of the "install" path. Then, in the install folder, in the latest version folder, in the "resources" folder, open partner_speeddials.json.You can open the file in a text editor or in JSONedit in tree mode. Whatever is easier for you.
-
faqeeradrishak345 last edited by
@burnout426 said in Default Speed Dial Thumbnails:
Goto the URL
opera://about
and take note of the "profile" path. Then, close Opera.Then, open the "Bookmarks" file in the profile folder in a text editor (like Notepad++), look for the youtube entry and fix it so it looks like this:
{ "date_added": "13259802875230878", "guid": "e65a7893-81a7-4fe6-9ad5-88f1fd89ce5c", "id": "13", "meta_info": { "favicon_url": "https://sd-images.operacdn.com/api/v1/images/f630beaa98d8d529ade9af1153a86190d4f120e5.png", "imageData": "https://sd-images.operacdn.com/api/v1/images/e37f3adc9c24b9ffa6f3d8eca5dc71b7250248c5.png", "imageDataType": "2", "imageID": "083357D24D73D3E3EFCDC772D1D9D10A18AF4B77C029D3633172C628A901D5A8", "imageType": "2", "partner_id": "gx_youtube", "partner_image_download_url": "https://sd-images.operacdn.com/api/v1/images/e37f3adc9c24b9ffa6f3d8eca5dc71b7250248c5.png", "partner_url": "https://www.youtube.com/", "ping_url": "https://speeddials.opera.com/api/v2/ping/gx_youtube", "revision": "20190409", "server_position": "4" }, "name": "YouTube", "type": "url", "url": "https://www.youtube.com/" }
Then, save your changes and open Opera.
Thanks Bro! Appreciated your efforts.