Skip to content

Instantly share code, notes, and snippets.

@AprilSylph
Last active November 9, 2021 22:09
Show Gist options
  • Save AprilSylph/275bf9ba829fd5f3bdfb632f549b81da to your computer and use it in GitHub Desktop.
Save AprilSylph/275bf9ba829fd5f3bdfb632f549b81da to your computer and use it in GitHub Desktop.
Build EasyList Specific Hide filters from Tumblr's CSS map
window.tumblr.getCssMap().then(cssMap => ['adTimelineObject', 'instreamAd', 'mrecContainer', 'nativeIponWebAd', 'takeoverBanner']
.flatMap(sourceName => cssMap[sourceName])
.map(className => `tumblr.com##.${className}`)
.join('\n')
).then(console.log);
@AprilSylph
Copy link
Author

AprilSylph commented Sep 27, 2021

Output @ 2021-11-09:

tumblr.com##.Qrht9
tumblr.com##.XJ7bf
tumblr.com##.Yc2Sp
tumblr.com##.uOyjG
tumblr.com##.njwip

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