Jump to content

ofarukozdemir

Level 1
  • Posts

    1
  • Joined

  • Last visited

Everything posted by ofarukozdemir

  1. There is a routing solution to open pages in desktop app from web clipper. 1. Download Requestly: Redirect Url, Modify Headers etc addon for your browser 2. Create a account for Requestly 3. New rule from top right → Insert Scripts : Or Click here 4. Give a name to rule as you want 5. Modify fields As If URL Contains: https://evernote.com/redirect/?_h=https%3A%2F%2Fwww.evernote.com%2Fu%2F0%2Fclient%2Fweb%23%3Fn%3D 6. We don't need any other libraries but modify next fields as : Code Type : JS Code Source: CODE Insert: After Page Load 7. Copy and paste this code to code area: window.onload = window.open(document.querySelector("body > div.content > div > div:nth-child(3) > a").getAttribute('href', 2)).then(window.close()); 8. Don't forget the activate and save rule from top right
×
×
  • Create New...