Created
July 28, 2014 14:21
-
-
Save xfoxfu/232f49e1593ec9d86768 to your computer and use it in GitHub Desktop.
我的YAWF配置
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
| { | |
| "ua": "Mozilla/5.0 (Windows NT 6.3; rv:30.0) Gecko/20100101 Firefox/30.0", | |
| "yawf": "Yet Another Weibo Filter", | |
| "ver": "0.1.19 alpha", | |
| "gm": "2.1", | |
| "conf": { | |
| "weibo.filters.keyword.whitelist": [], | |
| "weibo.filters.keyword.blacklist": [], | |
| "weibo.filters.keyword.foldlist": [], | |
| "weibo.filters.regexp.whitelist": [], | |
| "weibo.filters.regexp.blacklist": [], | |
| "weibo.filters.regexp.foldlist": [], | |
| "weibo.filters.account.whitelist": [], | |
| "weibo.filters.account.blacklist": [], | |
| "weibo.filters.account.foldlist": [ | |
| "1774151622" | |
| ], | |
| "weibo.filters.original.whitelist": [], | |
| "weibo.filters.original.blacklist": [], | |
| "weibo.filters.original.foldlist": [], | |
| "weibo.filters.mention.whitelist": [], | |
| "weibo.filters.mention.blacklist": [], | |
| "weibo.filters.mention.foldlist": [], | |
| "weibo.filters.topic.whitelist": [], | |
| "weibo.filters.topic.blacklist": [], | |
| "weibo.filters.topic.foldlist": [], | |
| "weibo.filters.source.whitelist": [], | |
| "weibo.filters.source.blacklist": [], | |
| "weibo.filters.source.foldlist": [], | |
| "weibo.filters.hyperlink.whitelist": [], | |
| "weibo.filters.hyperlink.blacklist": [], | |
| "weibo.filters.hyperlink.foldlist": [], | |
| "weibo.other.ad_feed": true, | |
| "weibo.other.fake_weibo": true, | |
| "weibo.other.deleted_forward": true, | |
| "weibo.other.vote_weibo": false, | |
| "weibo.other.block_hidden": false, | |
| "weibo.other.whitelist_highlight": false, | |
| "weibo.other.whitelist_highlight.color": "#fef3da", | |
| "weibo.other.same_account": false, | |
| "weibo.other.same_account.number": 5, | |
| "weibo.other.same_account.action": "fold", | |
| "weibo.other.same_forward": false, | |
| "weibo.other.same_forward.number": 3, | |
| "weibo.other.same_forward.action": "fold", | |
| "weibo.layoutHideIconLevel": true, | |
| "weibo.layoutHideIconMember": true, | |
| "weibo.layoutHideIconApprove": false, | |
| "weibo.layoutHideIconApproveCo": false, | |
| "weibo.layoutHideIconClub": false, | |
| "weibo.layoutHideIconVGirl": true, | |
| "weibo.layoutHideIconTaobao": true, | |
| "weibo.layoutHideNavMain": false, | |
| "weibo.layoutHideNavApp": true, | |
| "weibo.layoutHideNavHot": true, | |
| "weibo.layoutHideNavGame": true, | |
| "weibo.layoutHideNavMember": true, | |
| "weibo.layoutHideLeftToMe": true, | |
| "weibo.layoutHideLeftFriends": true, | |
| "weibo.layoutHideLeftApp": true, | |
| "weibo.layoutHideMiddleMemberTip": true, | |
| "weibo.layoutHideMiddleRecommendedTopic": true, | |
| "weibo.layoutHideRightWhole": false, | |
| "weibo.layoutHideRightTemplate": false, | |
| "weibo.layoutHideRightInfo": false, | |
| "weibo.layoutHideRightAtten": false, | |
| "weibo.layoutHideRightTrial": true, | |
| "weibo.layoutHideRightInterest": true, | |
| "weibo.layoutHideRightHotTopic": true, | |
| "weibo.layoutHideRightMember": true, | |
| "weibo.layoutHideRightWeibo": true, | |
| "weibo.layoutHideRightLocation": true, | |
| "weibo.layoutHideRightMusic": true, | |
| "weibo.layoutHideRightMovie": true, | |
| "weibo.layoutHideRightBook": true, | |
| "weibo.layoutHideRightNotice": true, | |
| "weibo.layoutHideWeiboRecomFeed": true, | |
| "weibo.layoutHideWeiboTopicCard": true, | |
| "weibo.layoutHideWeiboLocationCard": true, | |
| "weibo.layoutHideWeiboFeedTip": true, | |
| "weibo.layoutHidePersonCover": false, | |
| "weibo.layoutHidePersonTemplate": true, | |
| "weibo.layoutHidePersonBadgeIcon": true, | |
| "weibo.layoutHidePersonStats": false, | |
| "weibo.layoutHidePersonMyData": true, | |
| "weibo.layoutHidePersonGroup": true, | |
| "weibo.layoutHidePersonSuggestUser": true, | |
| "weibo.layoutHidePersonRelation": true, | |
| "weibo.layoutHidePersonAlbum": true, | |
| "weibo.layoutHidePersonHotTopic": true, | |
| "weibo.layoutHidePersonHotWeibo": true, | |
| "weibo.layoutHideOtherAds": true, | |
| "weibo.layoutHideOtherFeedRecom": true, | |
| "weibo.layoutHideOtherFooter": false, | |
| "weibo.layoutHideOtherWbIm": true, | |
| "weibo.layoutHideOtherTip": true, | |
| "weibo.tool.clear_def_topic": true, | |
| "weibo.tool.showAllGroup": true, | |
| "weibo.tool.showAllMsgNav": true, | |
| "weibo.tool.unwrapText": false, | |
| "weibo.tool.viewOriginal": true, | |
| "weibo.tool.userstyle": "" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment