Felix
Felix
I have other scripts installed and they don't lose their stored data. I'll test it with an other browser this weekend
I could not reproduce it with Chrome 56.0.2924.87 with the latest version of Tampermonkey. :-/
AFAIK, the SE API supports the search function. This is what we trief, when we developed the very first version of Guttenberg. Unfortunately, the results were quite bad when we...
There was no error in the logs. It just finished after 7 queries ``` INFO [SoBoticsCommandsList:39] 2018-01-11 22:09:49,826 - Mention: @gut checkuser 6242024 INFO [SoBoticsCommandsList:91] 2018-01-11 22:09:49,827 - Message: @gut...
IIRC it needs the following methods: `/questions/ids/linked` `/questions/ids/related` `/answers` `/answers/ids`
@jdd-software Does Google's API return the remaining quota with each request? If yes, it could be useful to store it in `StatusUtils` and return it in the `quota`-command
That's a good idea, but it wouldn't send the posts to CopyPastor. Do we want to include results from the checkuser-command in our statistics?
Yes, if they were found in the linked/related questions. The on-site results from Google are just added to the dump at the end
At the moment, Guttenberg only checks, if the post (the "target") is copied from answers to one of the linked/related questions. Since this doesn't work across SE sites and even...
@supergeorg tested it in the simulator and on my iPhone 13 mini and the bug seems to be fixed without breaking anything. But I think it's a good idea, if...