Greasy Fork is available in English.

Show not checked content

Shows content hidden by Valve's automated content check system

< Show not checked contentについてのフィードバック

レート:良 – スクリプトは良好に動作する

§
投稿日: 2021/10/16

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

Rudokhvist作者
§
投稿日: 2021/10/17

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

§
投稿日: 2021/10/18

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.

Rudokhvist作者
§
投稿日: 2021/10/18

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

§
投稿日: 2021/10/18

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.

Rudokhvist作者
§
投稿日: 2021/10/20
編集日: 2021/10/20

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/

§
投稿日: 2021/10/25
編集日: 2021/10/25

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.

Rudokhvist作者
§
投稿日: 2021/10/27

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.

§
投稿日: 2021/11/04
編集日: 2021/11/04

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.

返信を投稿

返信を投稿するにはログインしてください。