Google™ Keep
-
MPXLeo last edited by
- That’s an error.
The requested URL was not found on this server. That’s all we know.
-
burnout426 Volunteer last edited by burnout426
I have a fixed version of this extension. Download opera_google_keep_fixed.zip, extract it, goto the URL
opera://extensions
, turn on developer mode, click "load unpacked" and point it to the folder you extracted (specifically the "0.1.0_0" folder that manifest.json is in).All my fix does is update the URLs in lib/common.js.
67,70c67,70 < var flag1 = url.indexOf("keep.google.com/keep/#home") != -1; < var flag2 = url.indexOf("keep.google.com/keep/#reminders") != -1; < var flag3 = url.indexOf("keep.google.com/keep/#archive") != -1; < var flag4 = url.indexOf("keep.google.com/keep/#delete") != -1; --- > var flag1 = url.indexOf("keep.google.com/#home") != -1; > var flag2 = url.indexOf("keep.google.com/#reminders") != -1; > var flag3 = url.indexOf("keep.google.com/#archive") != -1; > var flag4 = url.indexOf("keep.google.com/#delete") != -1; 75c75 < storage.write('google-keep-url', "https://keep.google.com/keep/#home"); --- > storage.write('google-keep-url', "https://keep.google.com/#home"); 84c84 < storage.write("google-keep-url", "https://keep.google.com/keep"); --- > storage.write("google-keep-url", "https://keep.google.com/");
(It also gets rid of the update stuff in manifest.json since you don't want it to update to a version without the fix.)
-
Italo-Cifuentes last edited by
@burnout426
It´s working for me now, thanks.
Just that it's doesn't work for Sidebar yet. -
Triangle last edited by
Эта дрянь продолжает не работать как и ранее почему оно не выкинуто из магазина дополнений?
This crap continues to not work as before, why hasn't it been kicked out of the add-on store?
-
abarnes4 last edited by abarnes4
@abarnes4 said:
@burnout426: That fixed it. You're a hero!
Well, it did work at first. But the extension disappears every time I restart Opera, so this is a fail.
-
burnout426 Volunteer last edited by
@abarnes4 said in Google Keep:
But the extension disappears every time I restart Opera, so this is a fail.
You to be the extension's folder outside of the "Extensions" folder in Opera's profile folder. That "Extensions" folder is only for extensions that you install directory from the extension's crx file that gets installed when you "add to Opera" on the extension store.
-
abarnes4 last edited by
@burnout426 said in Google Keep:
You to be the extension's folder outside of the "Extensions" folder in Opera's profile folder. That "Extensions" folder is only for extensions that you install directory from the extension's crx file that gets installed when you "add to Opera" on the extension store.
Sorry I don't understand what you mean. I installed your 'fixed version' of the extension using the "load unpacked" button in opera://extensions. I haven't looked in any folders.
-
burnout426 Volunteer last edited by
@abarnes4 What I mean is, where did you put the "pfdafkloejmpdifkkmfimkpbpggfihce" folder that you extracted from my zip file before you chose to load it via "load unpacked" on the
opera://extensions
page? If you put the "pfdafkloejmpdifkkmfimkpbpggfihce" folder in the "extensions" folder if your profile folder, that would explain why Opera removes it on you. You can put unpacked extensions there. Anywhere outside of the "Extensions" folder is fine. -
igorribeiro-sbf last edited by
Just opens a 404 page when I try to use it (and I'm logged in to Keep).
-
Magigus last edited by
Just opens an "Error 404 (Not Found!!)1" page when I try to use it (and I'm logged in to Keep).
-
Italo-Cifuentes last edited by
I didn't fix the problem, but I found a way to run it.
You can install one of "Opera Plugins" such as "Black Menu for Google" or another similar, then click on it and select any of the icons displayed there, including "Google Keep".
Good luck. -
TonysPhotoShop last edited by
It's the Google Monopoly! They want us to use Chrome!!!
Thx for this fix burnout426 - I'll try it
I have a fixed version of this extension. Download opera_google_keep_fixed.zip, extract it, goto the URL opera://extensions, turn on developer mode, click "load unpacked" and point it to the folder you extracted (specifically the "0.1.0_0" folder that manifest.json is in).All my fix does is update the URLs in lib/common.js.
67,70c67,70< var flag1 = url.indexOf("keep.google.com/keep/#home") != -1;< var flag2 = url.indexOf("keep.google.com/keep/#reminders") != -1;< var flag3 = url.indexOf("keep.google.com/keep/#archive") != -1;< var flag4 = url.indexOf("keep.google.com/keep/#delete") != -1;---> var flag1 = url.indexOf("keep.google.com/#home") != -1;> var flag2 = url.indexOf("keep.google.com/#reminders") != -1;> var flag3 = url.indexOf("keep.google.com/#archive") != -1;> var flag4 = url.indexOf("keep.google.com/#delete") != -1;75c75< storage.write('google-keep-url', "https://keep.google.com/keep/#home");---> storage.write('google-keep-url', "https://keep.google.com/#home");84c84< storage.write("google-keep-url", "https://keep.google.com/keep");---> storage.write("google-keep-url", "https://keep.google.com/");
(It also gets rid of the update stuff in manifest.json since you don't want it to update to a version without the fix.)
-
TonysPhotoShop last edited by
Maybe just have 2 browsers open? Opera & Chrome in tandem?
More coolers for the CPU please ;-} -
Triangle last edited by
- That’s an error.
The requested URL was not found on this server. That’s all we know.