{"id":20236068,"url":"https://github.com/chingc/x-show-all","last_synced_at":"2026-02-08T09:04:51.380Z","repository":{"id":232724895,"uuid":"785020677","full_name":"chingc/X-Show-All","owner":"chingc","description":"Automatically click the \"Show\" button on sensitive content on 𝕏!","archived":false,"fork":false,"pushed_at":"2024-04-21T14:53:38.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T03:56:51.366Z","etag":null,"topics":["bookmarklet","sensitive-content","twitter","uncensor","x"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chingc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-11T02:59:11.000Z","updated_at":"2024-04-21T14:53:40.000Z","dependencies_parsed_at":"2024-11-14T08:29:21.771Z","dependency_job_id":null,"html_url":"https://github.com/chingc/X-Show-All","commit_stats":null,"previous_names":["chingc/x-show-all"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chingc/X-Show-All","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chingc%2FX-Show-All","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chingc%2FX-Show-All/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chingc%2FX-Show-All/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chingc%2FX-Show-All/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chingc","download_url":"https://codeload.github.com/chingc/X-Show-All/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chingc%2FX-Show-All/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29225720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T06:05:31.539Z","status":"ssl_error","status_checked_at":"2026-02-08T05:58:33.853Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bookmarklet","sensitive-content","twitter","uncensor","x"],"created_at":"2024-11-14T08:18:59.797Z","updated_at":"2026-02-08T09:04:51.364Z","avatar_url":"https://github.com/chingc.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 𝕏 Show All\n\nThis is a bookmarklet for 𝕏 (Twitter) that will automatically click the \"Show\" button on sensitive content.\n\nYou were going to click it anyway. Let this bookmarklet do it for you!\n\n### Language Support\n\nThe bookmarklet currently supports English and Japanese. If you'd like it to support your language let me know what \"Show\" appears as in your language.\n\n## Setup\n\n1. Create a new bookmark.\n1. The bookmark name can be anything you want.\n1. Copy paste this minified javascript and use it as the bookmark URL.\n1. Save your new bookmark.\n\n```javascript\njavascript:(()=\u003e{if(![\"twitter.com\",\"x.com\"].includes(window.location.hostname))return;const t=[\"Show\",\"表示\"],e=setInterval((()=\u003edocument.querySelectorAll('div[role=\"button\"]').forEach((e=\u003e{t.some((t=\u003et===e.textContent.trim()))\u0026\u0026e.click()}))),1e3);setTimeout((()=\u003eclearInterval(e)),6e5)})();\n```\n\n## Usage\n\n1. Click your new bookmark when you see content hidden behind the \"Show\" button.\n1. Watch everything magically reveal itself!\n\nThe bookmarklet will continue working for 10 minutes before automatically stopping. It will also stop if you navigate away from 𝕏 or reload the site.\n\nSimply click the bookmark again if needed.\n\n## Troubleshooting\n\nIn Microsoft Edge, activating the bookmarklet from the favorites dropdown menu may not work. You will need to activate it from the favorites bar, which can be toggled with Ctrl+Shift+B.\n\n## Code\n\nThis is the unminified javascript code. It should work on all major modern browsers.\n\n```javascript\njavascript:(() =\u003e {\n  const targetHosts = ['twitter.com', 'x.com'];\n  if (!targetHosts.includes(window.location.hostname)) {\n    return;\n  }\n  const showText = ['Show', '表示'];\n  const showAll = () =\u003e document.querySelectorAll('div[role=\"button\"]').forEach(button =\u003e {\n    if (showText.some(str =\u003e str === button.textContent.trim())) button.click();\n  });\n  const timeoutDelay = 600000;  // 600,000 ms = 10 min\n  const intervalDelay = 1000;   // 1,000 ms = 1 sec\n  const intervalId = setInterval(showAll, intervalDelay);\n  setTimeout(() =\u003e clearInterval(intervalId), timeoutDelay);\n})();\n```\n\n## Support\n\nPlease like and share this with anyone that might find it useful.\n\nYou can also follow me on 𝕏 @ [NeonNoodle22](https://x.com/NeonNoodle22).\n\nI appreciate it!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchingc%2Fx-show-all","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchingc%2Fx-show-all","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchingc%2Fx-show-all/lists"}