diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-08-17 12:40:42 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-08-17 12:40:42 +0200 |
commit | 608d83b3455503f1557f3ffcbce367cb8701ba86 (patch) | |
tree | 150b4eff733fb859be90df74f532837e4019660b /src/google-com-fix-sorry-captcha/index.json | |
parent | 7e0bcba919b0bb27f8131f3a9acc0cc2bd2e5764 (diff) | |
download | hydrilla-fixes-bundle-google-sorry-broken.tar.gz hydrilla-fixes-bundle-google-sorry-broken.zip |
[Google "sorry" page] Add (non-working!) fixgoogle-sorry-broken
Diffstat (limited to 'src/google-com-fix-sorry-captcha/index.json')
-rw-r--r-- | src/google-com-fix-sorry-captcha/index.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/google-com-fix-sorry-captcha/index.json b/src/google-com-fix-sorry-captcha/index.json new file mode 100644 index 0000000..3b751c8 --- /dev/null +++ b/src/google-com-fix-sorry-captcha/index.json @@ -0,0 +1,32 @@ +// SPDX-License-Identifier: CC0-1.0 + +// Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org> +// Available under the terms of Creative Commons Zero v1.0 Universal. + +{ + "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json", + "source_name": "google-com-fix-sorry-captcha", + "copyright": [ + {"file": "report.spdx"}, + {"file": "LICENSES/CC0-1.0.txt"} + ], + "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/google-com-fix-sorry-captcha", + "definitions": [{ + "type": "mapping_and_resource", + "identifier": "google-com-fix-sorry-captcha", + "long_name": "Google captcha page fix", + "uuid": "9e0f68bf-34c3-40ed-91ed-d9856bfbc489", + "version": [2022, 8, 17], + "revision": 1, + "description": "Enable solving the captcha on https://www.google.com/sorry without relying on site-served JavaScript.", + "dependencies": [{"identifier": "hacktcha"}], + "scripts": [{"file": "google-sorry.js"}], + "payloads": { + // * https://www.google.com/sorry/index?continue=https://docs.google.com/forms/d/e/1FAIpQLSfED3J5wd-8FemaYUpRIIhcMlMOhQ-cVW6mzL_sX37hH7xQRA/viewform&q=EgS53GUKGJ3c8pcGIhB4brPL2z0q53G9OrIVeB7EMgFy + "https://www.google.com/sorry/index": { + "identifier": "google-com-fix-sorry-captcha" + } + } + }], + "reuse_generate_spdx_report": true +} |