Adam Lui

Results 229 comments of Adam Lui

How come? If you could it would probably work, GM_getValue is a function supported by userscript managers like Tampermonkey & Violentmonkey, the readme you linked is for a userscript editor...

Ohh, well I asked da bot and it said: ![image](https://user-images.githubusercontent.com/10906554/219954610-65a9d314-0e97-417f-9f8c-fbe8dc85c9de.png) Do you know how to edit the code? Can you remove line 17: `// @grant GM_getValue` Remove line 29: `var...

Actually you could try asking the extension author why the function wasn't supported on your iPad, and maybe provide them screenshots + link to my code

> I now get this error: undefined is not a function (near '...GM_xmlhttpRequest...') asyncFunctionResume@[native code] @[native code] promiseReactionJobWithoutPromise@[native code] appendChild@[native code] injectJS@safari-web-extension://F0435466-F9A8-46C1-B498-8953D9410A63/content.js:274:34 processJS@safari-web-extension://F0435466-F9A8-46C1-B498-8953D9410A63/content.js:222:21 @safari-web-extension://F0435466-F9A8-46C1-B498-8953D9410A63/content.js:402:18 Yeah it looks like none of...

> Maybe it has something to do with [this](https://github.com/quoid/userscripts/issues/265)? I'ma look at it tonight after I sleep (I was up all night)

@Delamcode did you revert the edits in https://github.com/adamlui/userscripts/issues/10#issuecomment-1436006798 before applying @quoid's tweak? If so, I asked da bot and apparently the "nullish coalescing operator (`??`), which is a relatively new...

Actually I just found out ChatGPT's been down forever... ![image](https://user-images.githubusercontent.com/10906554/220334053-da8d39fd-33dc-4d63-9ab1-1d29e3c772a5.png) So can you go back to using the ??'s, I think it might work when they're back up

> Is it possible to console.log the id on my computer, and then hard code it on my ipad script? Probably, also you could try adding 'GM_deleteValue("accessToken")' after line 27,...

Can you try clearing the access token first see if that works? (I had to do this in incompatible browsers & it worked is why I didn't include them)