Last active
December 14, 2015 14:19
-
-
Save upsilon/5100224 to your computer and use it in GitHub Desktop.
SettingTabs.xml の抜粋 (タイムラインの掃除に使ってゐる部分)
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
| <?xml version="1.0"?> | |
| <SettingTabs xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <Tabs> | |
| <TabClass> | |
| <TabName>ngword</TabName> | |
| <TabType>UserDefined</TabType> | |
| <UnreadManage>false</UnreadManage> | |
| <Locked>true</Locked> | |
| <Notify>false</Notify> | |
| <FilterArray> | |
| <!-- スクリーン名に bot が含まれていないアカウントが twittbot.net を使ってゐたら除外する --> | |
| <FiltersClass> | |
| <ExBodyFilterArray> | |
| <string>.*bot</string> | |
| </ExBodyFilterArray> | |
| <SearchBoth>true</SearchBoth> | |
| <MoveFrom>true</MoveFrom> | |
| <SetMark>true</SetMark> | |
| <ExUseRegex>true</ExUseRegex> | |
| <Source>twittbot.net</Source> | |
| </FiltersClass> | |
| <!-- Intel Tweet City を除外 --> | |
| <FiltersClass> | |
| <SearchBoth>true</SearchBoth> | |
| <ExSearchBoth>true</ExSearchBoth> | |
| <MoveFrom>true</MoveFrom> | |
| <SetMark>true</SetMark> | |
| <Source>Intel Tweet City</Source> | |
| </FiltersClass> | |
| <!-- gohantabeyo.com を除外 --> | |
| <FiltersClass> | |
| <SearchBoth>true</SearchBoth> | |
| <ExSearchBoth>true</ExSearchBoth> | |
| <MoveFrom>true</MoveFrom> | |
| <SetMark>true</SetMark> | |
| <Source>gohantabeyo.com</Source> | |
| </FiltersClass> | |
| <!-- ツイート数カウントくん を除外 --> | |
| <FiltersClass> | |
| <SearchBoth>true</SearchBoth> | |
| <ExSearchBoth>true</ExSearchBoth> | |
| <MoveFrom>true</MoveFrom> | |
| <SetMark>true</SetMark> | |
| <Source>ツイート数カウントくん</Source> | |
| </FiltersClass> | |
| <!-- 劣化コピー を除外 --> | |
| <FiltersClass> | |
| <SearchBoth>true</SearchBoth> | |
| <ExSearchBoth>true</ExSearchBoth> | |
| <MoveFrom>true</MoveFrom> | |
| <SetMark>true</SetMark> | |
| <Source>劣化コピー</Source> | |
| </FiltersClass> | |
| <!-- paper.li を含むツイートを除外 --> | |
| <FiltersClass> | |
| <BodyFilterArray> | |
| <string>paper.li</string> | |
| </BodyFilterArray> | |
| <ExSearchBoth>true</ExSearchBoth> | |
| <MoveFrom>true</MoveFrom> | |
| <SetMark>true</SetMark> | |
| <SearchUrl>true</SearchUrl> | |
| </FiltersClass> | |
| <!-- shindanmaker.com を含むツイートを除外 --> | |
| <FiltersClass> | |
| <BodyFilterArray> | |
| <string>shindanmaker.com</string> | |
| </BodyFilterArray> | |
| <ExSearchBoth>true</ExSearchBoth> | |
| <MoveFrom>true</MoveFrom> | |
| <SetMark>true</SetMark> | |
| <SearchUrl>true</SearchUrl> | |
| </FiltersClass> | |
| </FilterArray> | |
| </TabClass> | |
| </Tabs> | |
| </SettingTabs> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment