>>356
p:nth-of-type(数字)
という要素に関して言えば、特にどこということもなく、
画像まとめ(主にエロ)サイトによく出てきます
内容はたいてい広告ですが広告ではない場合もあります
(どっちにしてもメインコンテンツではない部分です)

URLの一例:
https://dramac.jp/cm-josei-mcshake_morinaga
ブロックした要素数例:
dramac.jp##table:nth-of-type(1)
dramac.jp##table:nth-of-type(2)
dramac.jp##p:nth-of-type(136)
dramac.jp##p:nth-of-type(138)
dramac.jp##p:nth-of-type(137)
dramac.jp##p:nth-of-type(140)
dramac.jp##p:nth-of-type(141)
dramac.jp##p:nth-of-type(142)
dramac.jp##p:nth-of-type(139)
dramac.jp##h2:nth-of-type(5)

要素フィルタにはワイルドカードは使えないそうなので
連番付きの要素をまとめて処理する他の方法はないものかと思ったのです

news.tokimeki-s.com###page-wrap > div:nth-of-type([1-500])
みたいな方法もうまくいきませんでした