Change original word definition to your own. Some words have weird definitions, sometimes you want to translate definition from english to your own language.
The button doesn't work. TypeError: Cannot read property 'undefined' of undefined.
I solved the first error, but I did not manage to solve the next one: var c = unsafeWindow.MEMRISE.garden.session_data.things[thing_id].columns;
I guess we need to check the db path, but don't know how to do that using google inspect tool. And I don't even know what data the code try to retrieve. Does it try to get the column of all definition?
And the code don't seem to save the result anywhere, so I'm not even sure it ever works.
If would be great if you could add some comments so we could fix it when memrize change it.
The button doesn't work.
TypeError: Cannot read property 'undefined' of undefined.
I solved the first error, but I did not manage to solve the next one:
var c = unsafeWindow.MEMRISE.garden.session_data.things[thing_id].columns;
I guess we need to check the db path, but don't know how to do that using google inspect tool. And I don't even know what data the code try to retrieve. Does it try to get the column of all definition?
And the code don't seem to save the result anywhere, so I'm not even sure it ever works.
If would be great if you could add some comments so we could fix it when memrize change it.