Skip to content

Instantly share code, notes, and snippets.

@TwoSquirrels
Last active December 15, 2021 09:24
Show Gist options
  • Select an option

  • Save TwoSquirrels/126bc64635f8dabbffd21d4d87b3c48d to your computer and use it in GitHub Desktop.

Select an option

Save TwoSquirrels/126bc64635f8dabbffd21d4d87b3c48d to your computer and use it in GitHub Desktop.
[BookMarkLet] GoogleForm ViewScore HideDisturbing

GoogleFormのスコア表示で邪魔な選択肢を隠すブックマークレット

Version 1

トグル可能

javascript:((n,s,l,t)=>{window[n]??={};[...document.getElementsByClassName(s+"Choice")].forEach(c=>c.style.setProperty("display",(window[n].h||c[l][t](s+"Selected")||c.parentElement[l][t](s+"CorrectAnswerBox"))?"":"none"));window[n].h^=1})("googleform-viewscore-hidedisturbing-v1","freebirdFormviewerViewItemsSelect","classList","contains")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment