{"id":13780423,"url":"https://github.com/buttplugio/buttplug-tampermonkey","last_synced_at":"2025-04-14T09:42:59.052Z","repository":{"id":44959043,"uuid":"242274570","full_name":"buttplugio/buttplug-tampermonkey","owner":"buttplugio","description":"Buttplug-js addon for the Tampermonkey user script system","archived":false,"fork":false,"pushed_at":"2022-01-15T19:10:07.000Z","size":37,"stargazers_count":20,"open_issues_count":4,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-27T23:04:10.083Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buttplugio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-22T03:43:28.000Z","updated_at":"2025-03-18T11:12:03.000Z","dependencies_parsed_at":"2022-09-11T14:02:37.270Z","dependency_job_id":null,"html_url":"https://github.com/buttplugio/buttplug-tampermonkey","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buttplugio%2Fbuttplug-tampermonkey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buttplugio%2Fbuttplug-tampermonkey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buttplugio%2Fbuttplug-tampermonkey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buttplugio%2Fbuttplug-tampermonkey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buttplugio","download_url":"https://codeload.github.com/buttplugio/buttplug-tampermonkey/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248856142,"owners_count":21172697,"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":[],"created_at":"2024-08-03T18:01:15.551Z","updated_at":"2025-04-14T09:42:59.025Z","avatar_url":"https://github.com/buttplugio.png","language":"JavaScript","readme":"# Buttplug Tampermonkey Scripts and Utilities\n\nThis repo houses scripts and utilties for using\n[buttplug-js](https://github.com/buttplugio/buttplug-js) (the\njavascript implementation of the [Buttplug Intimate Hardware Control\nProtocol](https://buttplug.io)) with the [Tampermonkey user script\nplugin](https://www.tampermonkey.net/). It contains both site specific\nscripts, as well as utilities for adding device enumeration and\nselection UI to new scripts.\n\n## Installable Scripts\n\n- [Chaturbate Vibrate On\n  Tip](https://github.com/buttplugio/buttplug-tampermonkey/raw/master/scripts/chaturbate-tips-buttplug.user.js) -\n  Causes local vibrating toys to vibrate on tip notifications in Chaturbate\n  chats. Toys vibrate for 0.1s per token (So 10 tokens vibrates for\n  1s, 100 tokens for 10s, etc...)\n\n## Using Buttplug UI in new scripts\n\nThis repo also contains a simple UI that can be injected into sites\nusing tampermonkey. To add the UI to your script, add the following\n@require lines:\n\n```\n// @require https://cdn.jsdelivr.net/npm/buttplug@0.12.2/dist/web/buttplug.min.js\n// @require https://raw.githubusercontent.com/buttplugio/buttplug-tampermonkey/master/utils/buttplug-tampermonkey-ui.js\n```\n\nThings to note:\n- The version of buttplug may change. Check the latest version of\n  buttplug-js at [the\n  repo](https://github.com/buttplugio/buttplug-js). You can also use\n  \"buttplug@latest\", but note that it may break in the future\n  depending on what has been added/changed.\n- It may be good to pin the version of the tampermonkey-ui file to a\n  tag instead of to the master branch, to avoid breakage in the future. This\n  would mean using something like\n\n```\n// @require https://raw.githubusercontent.com/buttplugio/buttplug-tampermonkey/v1/utils/buttplug-tampermonkey-ui.js\n```\n","funding_links":[],"categories":["Development and Libraries"],"sub_categories":["Other Frameworks and Plugins"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuttplugio%2Fbuttplug-tampermonkey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuttplugio%2Fbuttplug-tampermonkey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuttplugio%2Fbuttplug-tampermonkey/lists"}