{"id":20026755,"url":"https://github.com/raph6/youtube-nomoreshorts","last_synced_at":"2026-01-31T06:02:39.021Z","repository":{"id":161828576,"uuid":"636463485","full_name":"raph6/Youtube-NoMoreShorts","owner":"raph6","description":"Youtube shorts are cancer","archived":false,"fork":false,"pushed_at":"2023-05-04T22:57:02.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T05:35:56.543Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/raph6.png","metadata":{"files":{"readme":"README.md","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,"zenodo":null}},"created_at":"2023-05-04T22:54:43.000Z","updated_at":"2023-05-04T22:59:26.000Z","dependencies_parsed_at":"2023-12-02T20:00:20.549Z","dependency_job_id":null,"html_url":"https://github.com/raph6/Youtube-NoMoreShorts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raph6/Youtube-NoMoreShorts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raph6%2FYoutube-NoMoreShorts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raph6%2FYoutube-NoMoreShorts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raph6%2FYoutube-NoMoreShorts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raph6%2FYoutube-NoMoreShorts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raph6","download_url":"https://codeload.github.com/raph6/Youtube-NoMoreShorts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raph6%2FYoutube-NoMoreShorts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28931073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T04:05:25.756Z","status":"ssl_error","status_checked_at":"2026-01-31T04:02:35.005Z","response_time":128,"last_error":"SSL_read: 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-11-13T09:07:47.720Z","updated_at":"2026-01-31T06:02:38.989Z","avatar_url":"https://github.com/raph6.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# No more shorts on youtube\nYouTube shorts and all their derivatives (Reels, TikTok, ...) are shit and a cancer for our society. Their algorithms are designed to steal our time and destroy our brains and our concentration.\n\nHere is a script to never be locked in the shorts loop again. It redirects the shorts on the canonical \"watch?v=\" url.\n\n## Installation \n- Install [Tampermonkey browser extension](https://www.tampermonkey.net/) (if you don't have it already)\n- Click on \"Create a new script...\" and copy paste :\n```js\n// ==UserScript==\n// @name         NoMoreShorts\n// @version      0.1\n// @description  Redirects \"shorts\" to the canonical \"watch?v=\" url.\n// @match        https://youtube.com/*\n// @run-at       document-start\n// @include      *youtube.com*\n// ==/UserScript==\n\n(function() {\n    'use strict';\n    function checkShorts() {\n        if (window.location.pathname.startsWith(\"/shorts/\")) {\n            window.location.href = 'https://www.youtube.com/watch?v=' + window.location.pathname.split('/')[2];\n        }\n    }\n    document.addEventListener('yt-navigate-start', checkShorts);\n\n    if (document.body) checkShorts();\n    else document.addEventListener('DOMContentLoaded', checkShorts);\n})();\n```\n- Save (File -\u003e Save)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraph6%2Fyoutube-nomoreshorts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraph6%2Fyoutube-nomoreshorts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraph6%2Fyoutube-nomoreshorts/lists"}