{"id":26368762,"url":"https://github.com/bindreams/event-listener-introspection","last_synced_at":"2025-03-16T22:48:59.821Z","repository":{"id":167685052,"uuid":"577505660","full_name":"bindreams/event-listener-introspection","owner":"bindreams","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-07T15:31:01.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T16:29:51.889Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/bindreams.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2022-12-12T22:15:28.000Z","updated_at":"2025-03-07T15:31:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"320f854c-1b89-4874-91e5-355b6123047f","html_url":"https://github.com/bindreams/event-listener-introspection","commit_stats":null,"previous_names":["andreasxp/event-listener-introspection","bindreams/event-listener-introspection"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bindreams%2Fevent-listener-introspection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bindreams%2Fevent-listener-introspection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bindreams%2Fevent-listener-introspection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bindreams%2Fevent-listener-introspection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bindreams","download_url":"https://codeload.github.com/bindreams/event-listener-introspection/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243945479,"owners_count":20372894,"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":"2025-03-16T22:48:59.345Z","updated_at":"2025-03-16T22:48:59.806Z","avatar_url":"https://github.com/bindreams.png","language":"JavaScript","readme":"# Event Listener Introspection\nInstall this in your greasemonkey script to enable control over event listeners: inspection, modification, and removal.\n```javascript\n// ==UserScript==\n// ...\n// @require     https://raw.githubusercontent.com/andreasxp/event-listener-introspection/main/eli.js\n// ...\n// ==/UserScript==\n\ninstallEventListenerIntrospection();\n\n(function() {\n    'use strict';\n\n    let obj = document.getElementById(\"block-clicks-here\");\n\tobj.removeEventListeners(\"click\");\n})();\n```\n\n# Installation\nAdd the following line to your greasemonkey script header:\n```javascript\n// @require     https://raw.githubusercontent.com/andreasxp/event-listener-introspection/main/eli.js\n```\nThen install the introspection patch by calling the function as early as possible:\n```javascript\ninstallEventListenerIntrospection();\n``` \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbindreams%2Fevent-listener-introspection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbindreams%2Fevent-listener-introspection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbindreams%2Fevent-listener-introspection/lists"}