Skip to content

Latest commit

 

History

History
83 lines (50 loc) · 4.76 KB

README_ko.md

File metadata and controls

83 lines (50 loc) · 4.76 KB

Shadowban Scanner

Node.js CI (build) Node.js CI (lint) Node.js CI (format)

Shadowban Scanner의 로고

Read in English | 日本語で読む | 以繁體字閱讀

Twitter의 Shadowban을 감지하는 확장 기능입니다.

※이 문서는 인공지능을 사용하여 일본어에서 한국어로 번역되었습니다. 부자연스러운 점이 있다면 보고해주세요.

설치

사용자 스크립트

사용자 스크립트 버전에서는 설정을 변경할 수 없습니다. 자세한 사용자 정의가 필요한 경우 브라우저 확장 기능 버전을 사용해주세요.

기능

  • 계정 단위의 Shadowban과 민감한 플래그를 감지합니다
  • 프로필 미디어(아이콘과 헤더 이미지)의 민감 정보 플래그를 검출합니다
  • 법적인 이유로 계정을 차단하는 국가를 감지합니다
  • 트윗 단위의 민감 정보 플래그를 감지합니다
  • 트윗의 연령 제한을 감지합니다
  • 숨겨진 트윗을 표시하는 버튼 추가

계정 단위의 쉐도우밴 감지 스크린샷

트윗 단위의 쉐도우밴 감지 스크린샷

숨겨진 트윗 스크린샷

정확도

계정 단위의 Shadowban 검출은 다른 많은 도구와 마찬가지로 가짜 양성 또는 가짜 음성이 발생할 수 있습니다. 반면에 트윗 단위의 민감 플래그와 연령 제한은 거의 완벽하게 검출할 수 있습니다. 따라서 Shadowban Scanner를 통해 계정이나 트윗의 상태를 지속적으로 확인하면서 다른 도구들도 함께 사용하는 것을 권장합니다.

검출 방법

탐지 방법 및 기술적 세부사항은 다음 문서를 참조하십시오.

Privacy Policy

As a rule, this extension performs all processing on the user's computer. No data is transmitted to an external server. It also does not access Twitter's internal API by obtaining the user's credentials without permission, as is the case with some extensions. Web pages not bundled in this extension are subject to their own terms of use and privacy policies.

Note that the user script version retrieves images from https://abs-0.twimg.com/ in order to display emojis.

License

This extension is released under the MIT License.

However, the badge images of each extension store are not subject to the MIT license, and instead are subject to their own branding guidelines and licenses.

Contributing

To change the code or improve documentation and translations, see the Contributing Guide.

Release Procedure

See doc/release-procedure.md.