{"id":16379281,"url":"https://github.com/mtoensing/remove-jquery","last_synced_at":"2026-04-18T22:30:32.181Z","repository":{"id":74479262,"uuid":"345458368","full_name":"mtoensing/remove-jquery","owner":"mtoensing","description":"Completely remove jQuery from your theme but load it in the backend and when the admin toolbar is visible. ","archived":false,"fork":false,"pushed_at":"2023-03-19T13:21:28.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-01T17:43:25.355Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mtoensing.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-03-07T21:34:49.000Z","updated_at":"2023-03-19T13:21:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e8d9c86-ff83-4ada-a049-1764b224f788","html_url":"https://github.com/mtoensing/remove-jquery","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtoensing%2Fremove-jquery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtoensing%2Fremove-jquery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtoensing%2Fremove-jquery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtoensing%2Fremove-jquery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtoensing","download_url":"https://codeload.github.com/mtoensing/remove-jquery/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240018706,"owners_count":19734874,"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-10-11T03:48:04.775Z","updated_at":"2026-04-18T22:30:31.029Z","avatar_url":"https://github.com/mtoensing.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== Remove jQuery from Theme ===\nContributors: MarcDK\nTags: jQuery\nRequires at least: 5.0\nDonate link: https://marc.tv/out/donate\nTested up to: 5.6.2\nStable tag: 1.0\nLicense: GPLv2 or later\nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html\n\nRemoves jQuery from your frontend theme if no administrator is logged-in. jQuery will still be loaded and continue to work in you backend and when the admin toolbar is visible. \n\n== Description ==\n\nRemoves jQuery from your frontend theme if no administrator is logged-in. jQuery will continue to work in you backend and when the admin toolbar is visible. Plugins which depend on jQuery will not be loaded either.\n\nThis plugin does nothing more but this: \n\n'function init_without_jquery() {\n    if (!is_admin() AND !is_admin_bar_showing()) {\n        wp_deregister_script('jquery');\n        wp_register_script('jquery', false);\n    }\n}\n\nadd_action('init', 'init_without_jquery');'\n\n== Changelog ==\n\n= 1.0 =\n* Initial version. \n\n== Installation ==\n\nRemove jQuery can be found and installed via the Plugin menu within WordPress administration (Plugins -\u003e Add New). Alternatively, it can be downloaded from WordPress.org and installed manually...\n\n== Frequently Asked Questions ==\n\n= Why did you do this? =\n\nBecause I needed a simple plugin to do this job and decided to do it on his own. WordPress frontends are is much faster without jQuery.  \n\n= jQuery is still loading! The plugin does not work!  =\n\nYou are most likely logged-in as administrator and the admin topbar is visible. Many plugins rely on jQuery for backend features. So I kept it enabled for the admin topbar, too.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtoensing%2Fremove-jquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtoensing%2Fremove-jquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtoensing%2Fremove-jquery/lists"}