Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opened YNAB today - Toolkit disappeared #3067

Closed
banksxs opened this issue Mar 28, 2023 · 20 comments · Fixed by #3068
Closed

Opened YNAB today - Toolkit disappeared #3067

banksxs opened this issue Mar 28, 2023 · 20 comments · Fixed by #3068

Comments

@banksxs
Copy link

banksxs commented Mar 28, 2023

I went to my YNAB bookmark as usual, but noticed I was logged out. No big deal. I logged back in. Notice Toolkit has disappeared. Extension is still there, enabled. I refreshed YNAB - nothing.

What else can I do to bring it back?

@taguntumi
Copy link

Same. Firefox and Chrome (Vivaldi)

@MeteorMick
Copy link

Same, and also noticed that I had to update the URL in my 1Password entry from app.youneedabudget.com to app.ynab.com.

@thomasburguiere
Copy link
Contributor

Same, probably caused by the fact that the web app is now hosted at app.ynab.com 🙂

@taguntumi
Copy link

taguntumi commented Mar 28, 2023 via email

@debracleaver
Copy link

just here to add to the chorus of "the URL changed and now toolkit isn't loading".

@sigo
Copy link

sigo commented Mar 28, 2023

Screenshot 2023-03-28 at 19 36 09

YNAB is now available at ynab.com.

@kcollett
Copy link

I'm seeing this also (on Microsoft Edge (111.0.1661.54 (Official build) (x86_64)) running on MacOS (13.3 (22E252))).

@sundowwner
Copy link

Same. Having the same issue in chrome.

@vikramnr
Copy link

Could confirm. Having issues with Firefox latest version.
image

@erikshelley
Copy link

I wonder if it's safe to edit extensions.json under AppData/Roaming/Mozilla/Firefox/Profiles/ to update the ynab URL and perhaps fix this in Firefox.

@isewise
Copy link

isewise commented Mar 28, 2023

I wonder if it's safe to edit extensions.json under AppData/Roaming/Mozilla/Firefox/Profiles/ to update the ynab URL and perhaps fix this in Firefox.

Thats what I just did, but for Chrome. Its seems to be working just fine.

{
	"update_url": "https://clients2.google.com/service/update2/crx",

	"author": "Toolkit for YNAB",
	"name": "Toolkit for YNAB",
	"description": "UI customizations and tweaks for the web version of YNAB.",
	"version": "3.5.0",
	"content_scripts": [{
		"matches": ["http://*.youneedabudget.com/*", "https://*.youneedabudget.com/*", "https://*.ynab.com/*"],
		"all_frames": true,
		"run_at": "document_idle",
		"js": ["content-scripts/extension-bridge.js"]
	}],
	"icons": {
		"1024": "assets/images/icons/icon1024.png",
		"512": "assets/images/icons/icon512.png",
		"256": "assets/images/icons/icon256.png",
		"128": "assets/images/icons/icon128.png",
		"100": "assets/images/icons/icon100.png",
		"64": "assets/images/icons/icon64.png",
		"48": "assets/images/icons/icon48.png",
		"32": "assets/images/icons/icon32.png",
		"16": "assets/images/icons/button.png"
	},
	"web_accessible_resources": [{
		"resources": ["assets/*", "web-accessibles/*"],
		"matches": ["http://*.youneedabudget.com/*", "https://*.youneedabudget.com/*", "https://*.ynab.com/*"]
	}],
	"background": {
		"service_worker": "background/background.js"
	},
	"homepage_url": "https://github.com/toolkit-for-ynab/toolkit-for-ynab/",
	"options_ui": {
		"open_in_tab": true,
		"page": "options/index.html"
	},
	"manifest_version": 3,
	"action": {
		"default_icon": "assets/images/icons/button.png",
		"default_title": "Toolkit for YNAB",
		"default_popup": "popup/index.html"
	},
	"permissions": ["storage"],
	"host_permissions": ["http://*.youneedabudget.com/*", "https://*.youneedabudget.com/*", "https://*.ynab.com/*"]
}

@InsouciantQualms
Copy link

Was that thet manifest.json file at AppData\Local\BraveSoftware\Brave-Browser\User Data\Default\Extensions\lmhdkkhepllpnondndgpgclfjnlofgjl\3.5.0_0?

I modified it to include the ynab URLs as above, but Brave, at least, did not reload it. Was there another file to modify? My guess is the manifest is read at install and then stored elsewhere (at least in Brave).

@justinswall
Copy link

I modified it to include the ynab URLs as above, but Brave, at least, did not reload it. Was there another file to modify? My guess is the manifest is read at install and then stored elsewhere (at least in Brave).

It didn't reload it as then malware could make changes to existing extensions with ease. The only way to force the web browser to load a "manually modified" extension would be to enable developer mode on your web browser. Note however that's disabling all extension security on the web browser. If you're able to live without the toolkit until a fix is pushed that would be my recommendation.

@InsouciantQualms
Copy link

Okay thanks. Will hold tight. Cheers!

@isewise
Copy link

isewise commented Mar 28, 2023

I had to uninstall and reinstall the extension to get this hack to work. Not recommended, just a quick and dirty hack to get the toolkit back working.

@joshmadewell
Copy link
Member

Hey y'all, I'm swamped with work today so I won't be able to get to this until later tonight. The fix here should be as simple as just updating the manifest as done in this PR. Obviously, I'll make sure that's the case before getting the fix out.

Cheers!

@kcollett
Copy link

I'm seeing this also (on Microsoft Edge (111.0.1661.54 (Official build) (x86_64)) running on MacOS (13.3 (22E252))).

The latest update seems to have fixed the problem.

@Aronjlove
Copy link

Toolkit still doesn't work for me on MS Edge even though I've confirmed v3.6.0 of the extension is loaded, and I approved the permission request for ynab.com and youneedabudget.com

@Aronjlove
Copy link

Toolkit still doesn't work for me on MS Edge even though I've confirmed v3.6.0 of the extension is loaded, and I approved the permission request for ynab.com and youneedabudget.com

I'm sorry for not replying sooner, but the toolkit mostly seems to work. Some features like row height and alternating row colors are less noticeable than before.

@avinashkanaujiya
Copy link

Still don't work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.