aboutsummaryrefslogtreecommitdiff
path: root/src/google-com-fix-sorry-captcha/index.json
blob: 3b751c8a52ef26a1b49ec22e214e25a29690e15a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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
}