Google™ Keep
-
AlexVS last edited by
- That’s an error.
зашитая ссылка https://keep.google.com/keep
рабочая ссылка https://keep.google.com/
исправьте ссылку, разрабы!
- That’s an error.
-
ObsidianJackal last edited by
Doesn't work:
"404. That’s an error.The requested URL was not found on this server. That’s all we know."
-
NedznyKlepaczKodu last edited by
Doesn't work.
"404. That’s an error.
The requested URL was not found on this server. That’s all we know." -
Triangle last edited by
- That’s an error.
The requested URL was not found on this server. That’s all we know.
-
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.