Last active
November 9, 2021 22:09
-
-
Save AprilSylph/275bf9ba829fd5f3bdfb632f549b81da to your computer and use it in GitHub Desktop.
Build EasyList Specific Hide filters from Tumblr's CSS map
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.tumblr.getCssMap().then(cssMap => ['adTimelineObject', 'instreamAd', 'mrecContainer', 'nativeIponWebAd', 'takeoverBanner'] | |
.flatMap(sourceName => cssMap[sourceName]) | |
.map(className => `tumblr.com##.${className}`) | |
.join('\n') | |
).then(console.log); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Output @ 2021-11-09: