The tools are opened on the bottom of the chrome window per default. This is a rather bad choice for a wide screen display since there is plenty of...
  • May 3, 2022
  • 0 Comments
I just noticed that I get tons of deprecated warnings in the latest (canary) build of Chrome. event.layerX and event.layerY are broken and deprecated in WebKit. They will be...
  • May 3, 2022
  • 0 Comments
I’ve got the following… chrome.extension.sendRequest({ req: "getDocument", docu: pagedoc, name: 'name' }, function(response){ var efjs = response.reply; }); which calls the following.. case "getBrowserForDocumentAttribute": alert("ZOMG HERE"); sendResponse({ reply: getBrowserForDocumentAttribute(request.docu,request.name)...
  • May 2, 2022
  • 0 Comments