Skip to content

Instantly share code, notes, and snippets.

@DominikPeters
Last active October 26, 2022 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DominikPeters/02e98398d670ea68297b1d4cfa3ca5ec to your computer and use it in GitHub Desktop.
Save DominikPeters/02e98398d670ea68297b1d4cfa3ca5ec to your computer and use it in GitHub Desktop.
Adblocker filters to hide clutter in reviews, CMT for AAAI 2023
cmt3.research.microsoft.com##div[data-bind="foreach: questions"]>div>div>strong
cmt3.research.microsoft.com##div[data-bind="foreach: questions"]>div.row:nth-of-type(4)
cmt3.research.microsoft.com##div[data-bind="foreach: questions"]>div.row:nth-of-type(5)
cmt3.research.microsoft.com##div[data-bind="foreach: questions"]>div.row:nth-of-type(6)
cmt3.research.microsoft.com##div[data-bind="foreach: questions"]>div.row:nth-of-type(7)
cmt3.research.microsoft.com##div[data-bind="foreach: questions"]>div.row:nth-of-type(8)
cmt3.research.microsoft.com##div[data-bind="foreach: questions"]>div.row:nth-of-type(9)
cmt3.research.microsoft.com##div[data-bind="foreach: questions"]>div.row:nth-of-type(10)
cmt3.research.microsoft.com##div[data-bind="foreach: questions"]>div.row:nth-of-type(15)
cmt3.research.microsoft.com##div[data-bind="foreach:reviews"] > h2
cmt3.research.microsoft.com###submissionForm > .view-horizontal > div.row:nth-of-type(3)
@DominikPeters
Copy link
Author

Updated first rule to not hide Subject lines of discussion:
cmt3.research.microsoft.com##div[data-bind="foreach:"questions"]>div>div>strong

@DominikPeters
Copy link
Author

Updated for AAAI 23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment