snoozz-tab-snoozing icon indicating copy to clipboard operation
snoozz-tab-snoozing copied to clipboard

Make snoozed URL editable

Open verheyenkoen opened this issue 2 years ago • 4 comments

Description

Make the snoozed URL editable.

Context

I want to open my timesheet app every evening with a recurring snooze. There is a URL that automatically redirects me to the current week but I can only snooze on a specific week. If I could edit the URL, I could remove the specific week part so it always redirects me to the current week.

Should not be editable by default maybe but after clicking an edit icon.

Possible Implementation

Your Setup

chrome on macos

verheyenkoen avatar Oct 19 '21 12:10 verheyenkoen

hi @verheyenkoen I understand the need to edit urls, and will add this feature down the line. For the meantime, I can give you some instructions to edit the URL manually if youre familiar with using the JS console

rohanb10 avatar Oct 19 '21 12:10 rohanb10

@rohanb10 That would be great. I did some digging in the stored extension files but no luck there.

verheyenkoen avatar Oct 19 '21 12:10 verheyenkoen

  1. In the Nap room, exec the function debugMode().

  2. Click on the icon of tab you are trying to edit.

  3. Right click and save the object as a global variable image

  4. Change temp1.url = 'https://whatever.you/want'

  5. Run await saveTab(temp1);

  6. Refresh

Full log: image

Try not to touch any of the other stuff. It may lead to tabs not waking up correctly. Let me know if you need any other help with this

rohanb10 avatar Oct 19 '21 14:10 rohanb10

Works! Perfect! Many thanks already.

verheyenkoen avatar Oct 19 '21 14:10 verheyenkoen