Show not checked content

Shows content hidden by Valve's automated content check system

< Spätná väzba na Show not checked content

Hodnotenie: Dobré - skript funguje

§
Pridaný: 16.10.2021

Didn't work for me, the posts on the discussions board were still hidden.

RudokhvistAutor
§
Pridaný: 17.10.2021

Can you give a link to a post that is hidden for you?

§
Pridaný: 18.10.2021

Can you give a link to a post that is hidden for you?

No, I can't because it was a post that had just been posted, before it was approved. It's approved now - so everyone can see it.

Visit any popular discussions forum on the community hub and try to catch a brand new post.

Maybe there's some confusion on my part about what this script actually targets.

RudokhvistAutor
§
Pridaný: 18.10.2021

Thing is - I visited many popular discussions, and it works everywhere for me. What browser and what script extension are you trying to use?

§
Pridaný: 18.10.2021

Thing is - I visited many popular discussions, and it works everywhere for me. What browser and what script extension are you trying to use?

Oh, it's Violentmonkey on Firefox.

RudokhvistAutor
§
Pridaný: 20.10.2021
Upravený: 20.10.2021

Ok, I found why it didn't work (Violentmonkey uses different @run-at setting by default) and updated script, should work for you now. If you want to test there are "awaiting analysis" posts here https://steamcommunity.com/groups/dramaclamsfond/discussions/1/2795001034241449973/

§
Pridaný: 25.10.2021
Upravený: 25.10.2021

Awesome, seems to be working now. Can you specify the changed @run-at setting in more detail? Maybe I could make that change myself in the future when testing other userscripts.

RudokhvistAutor
§
Pridaný: 27.10.2021

Here is description of this setting. As you can see, violentmonkey has default setting document-end for it, while tampermonkey has it equal to document-idle (see here). So, I just added the string // @run-at document-idle to metadata block of the script to explicitly set it to document-idle.

§
Pridaný: 04.11.2021
Upravený: 04.11.2021

Thanks, that makes a lot of sense. It's good practice then not to assume the default and always specify the @run-at explicitly in our userscripts.

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.