{"id":22419424,"url":"https://github.com/schascha/bitchify","last_synced_at":"2025-08-01T04:31:38.364Z","repository":{"id":34074440,"uuid":"168668224","full_name":"Schascha/bitchify","owner":"Schascha","description":"Just a lightweight dependency-free easter egg for every website, bitch!","archived":false,"fork":false,"pushed_at":"2024-10-01T05:20:20.000Z","size":4794,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-06T17:52:42.730Z","etag":null,"topics":["easter-egg","es6","javascript"],"latest_commit_sha":null,"homepage":"https://schascha.github.io/bitchify/","language":"TypeScript","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/Schascha.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":"2019-02-01T08:46:22.000Z","updated_at":"2024-07-31T08:24:02.000Z","dependencies_parsed_at":"2023-11-20T10:34:38.975Z","dependency_job_id":"3355f334-97ab-47c9-a469-322f0b443fff","html_url":"https://github.com/Schascha/bitchify","commit_stats":{"total_commits":142,"total_committers":3,"mean_commits":"47.333333333333336","dds":0.4577464788732394,"last_synced_commit":"28ea37581e3899e04f2a464c3d6be2ca31b3d4f1"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Schascha%2Fbitchify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Schascha%2Fbitchify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Schascha%2Fbitchify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Schascha%2Fbitchify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Schascha","download_url":"https://codeload.github.com/Schascha/bitchify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228330118,"owners_count":17903019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["easter-egg","es6","javascript"],"created_at":"2024-12-05T16:15:43.206Z","updated_at":"2024-12-05T16:15:44.003Z","avatar_url":"https://github.com/Schascha.png","language":"TypeScript","funding_links":["https://www.paypal.me/LosZahlos"],"categories":[],"sub_categories":[],"readme":"# Bitchify\n\n[![Build](https://github.com/Schascha/bitchify/workflows/Build/badge.svg)](https://github.com/Schascha/bitchify/actions)\n[![npm](https://img.shields.io/npm/v/bitchify)](https://www.npmjs.com/package/bitchify)\n[![install size](https://packagephobia.com/badge?p=bitchify)](https://packagephobia.com/result?p=bitchify)\n\n\u003e Bitchify your panty pants. Just a lightweight dependency-free easter egg for every website, bitch!\n\nhttps://schascha.github.io/bitchify/\n\n## Installation\n\nBitchify is available on [npm](https://www.npmjs.com/package/bitchify):\n\n```bash\nnpm i bitchify --save\n```\n\n## Initialize\n\n```html\n\u003cscript src=\"dist/js/bitchify.min.js\"\u003e\u003c/script\u003e\n```\n\n```javascript\nvar bitchify = new Bitchify();\n```\n\n## Configuration\n\n```javascript\nelements: 'h1, h2, h3, h4, h5, h6, p',  // String: Selector\npattern: /[\\t\\n.!?]+$/,                 // RegExp|String: Replace pattern, e.g. /[^\\w]+$/\nreplace: ', Bitch!',                    // String: Replacement\nbefore: false,                          // Boolean: Insert before or after\nactive: false,                          // Boolean: Render on page load\nhash: 'bitch',                          // String: Trigger bitchify via hashtag\nkeyword: 'bitch'                        // String: Trigger bitchify on keypress\n```\n\n## Examples\n\n### Insert at the beginning\n\n```javascript\nnew Bitchify({\n\tpattern: /[^\\w]+$/,\n\treplace: 'Bitch! ',\n\tbefore: true\n}\n```\n\n## Development\n\n### Project setup\n\n```\nnpm install\n```\n\n### Compiles for development\n\n```\nnpm start\n```\n\n### Compiles and minifies for production\n\n```\nnpm run build\n```\n\n### Test, lints and fixes files\n\n```\nnpm test\n```\n\n## Bitchify the world as Browser Bookmark\n\nCreate bowser bookmark and copy following code as URL:\n\n```html\njavascript:if(typeof bitchify==='undefined'){var bitchify,s=document.createElement('script');s.src='https://schascha.github.io/bitchify/dist/js/bitchify.js';s.onload=function() {bitchify=new Bitchify().render();};document.body.appendChild(s);}else{bitchify.render();}\n```\n\n## Bugs? 🐛\n\nPlease let me know: https://github.com/Schascha/bitchify/issues\n\n## Buy me a Coffee ☕\n\nSupport this project and [others](https://github.com/Schascha?tab=repositories) via [PayPal](https://www.paypal.me/LosZahlos). Thanks\n\n## Changelog\n\nDetailed changes for each release are documented in the [release notes](https://github.com/Schascha/bitchify/releases).\n\n## License\n\n[MIT](./LICENSE)\n\nCopyright (c) 2019 Sascha Künstler\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschascha%2Fbitchify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschascha%2Fbitchify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschascha%2Fbitchify/lists"}