Jump to content

gh4ith

Level 1
  • Posts

    7
  • Joined

  • Last visited

Posts posted by gh4ith

  1. Just solved the issue. The problem was that evernote trying to find webpage link inside the <head> while Amazon moved it into the <body> element. 

    so to add it back to the head, just paste the following in the console

    document.head.appendChild($("link[rel='canonical']"));

    Clip the page and everything will work correctly. I suggest to use Tampermonkey to auto run the script. 

    • Thanks 3
×
×
  • Create New...