{"id":15565176,"url":"https://github.com/textshell/google-regex","last_synced_at":"2026-04-17T17:31:25.729Z","repository":{"id":200302553,"uuid":"46305880","full_name":"textshell/google-regex","owner":"textshell","description":"Highlight and redirect sites in google search result pages.","archived":false,"fork":false,"pushed_at":"2015-11-16T22:25:19.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T06:16:06.442Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/textshell.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}},"created_at":"2015-11-16T22:04:42.000Z","updated_at":"2015-11-16T22:09:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"437d4b68-f793-462b-b7af-8aa5cb5c08f1","html_url":"https://github.com/textshell/google-regex","commit_stats":null,"previous_names":["textshell/google-regex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/textshell/google-regex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textshell%2Fgoogle-regex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textshell%2Fgoogle-regex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textshell%2Fgoogle-regex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textshell%2Fgoogle-regex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/textshell","download_url":"https://codeload.github.com/textshell/google-regex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textshell%2Fgoogle-regex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31938608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"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":[],"created_at":"2024-10-02T16:51:33.169Z","updated_at":"2026-04-17T17:31:25.699Z","avatar_url":"https://github.com/textshell.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# google-regex\nHighlight and redirect sites in google search result pages.\n\nThis chrom(ium) extension allows adding site specific styles and redirection patterns into the google search result page.\n\nTo use this tool you need a basic understanding of CSS and javascript regular expressions.\n\nConfiguration is done via a page icon in google's search result pages. Configuration is text\nbased with with following syntax:\n\n* Comments are lines starting with '#'\n* Matching target urls begin with '^' and should include the protocol (e.g. http or https)\n* CSS style properties are set with lines begining with \".\" followed by a single css property without ending semicolon\n* Target Urls can be rewritten by lines starting with \"!\", regex caputure groups can be used with \"$1\" and so on.\n\nExample:\n\nThe following example highlights the listed sites with a green background.\n```\n# High quality Communities\n^http://\\w+.wikipedia.org/\n^http://stackoverflow.com/\n^http://bugs.debian.org/\n.background-color: #e0ffe0\n.padding: 5px\n```\n\nAn simple redirect could look like this\n```\n^http://forum.example.com/printview?t=(\\d+)\n!http://forum.example.com/thread?t=$1\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextshell%2Fgoogle-regex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftextshell%2Fgoogle-regex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextshell%2Fgoogle-regex/lists"}