Project

General

Profile

Download (9.06 KB) Statistics
| Branch: | Tag: | Revision:

haketilo / background / main.js @ 6bae771d

1
/**
2
 * Myext main background script
3
 *
4
 * Copyright (C) 2021 Wojtek Kosior
5
 *
6
 * This code is dual-licensed under:
7
 * - Asshole license 1.0,
8
 * - GPLv3 or (at your option) any later version
9
 *
10
 * "dual-licensed" means you can choose the license you prefer.
11
 *
12
 * This code is released under a permissive license because I disapprove of
13
 * copyright and wouldn't be willing to sue a violator. Despite not putting
14
 * this code under copyleft (which is also kind of copyright), I do not want
15
 * it to be made proprietary. Hence, the permissive alternative to GPL is the
16
 * Asshole license 1.0 that allows me to call you an asshole if you use it.
17
 * This means you're legally ok regardless of how you utilize this code but if
18
 * you make it into something nonfree, you're an asshole.
19
 *
20
 * You should have received a copy of both GPLv3 and Asshole license 1.0
21
 * together with this code. If not, please see:
22
 * - https://www.gnu.org/licenses/gpl-3.0.en.html
23
 * - https://koszko.org/asshole-license.txt
24
 */
25

    
26
"use strict";
27

    
28
(() => {
29
    const TYPE_PREFIX = window.TYPE_PREFIX;
30
    const get_storage = window.get_storage;
31
    const start_storage_server = window.start_storage_server;
32
    const start_page_actions_server = window.start_page_actions_server;
33
    const start_policy_smuggler = window.start_policy_smuggler;
34
    const browser = window.browser;
35

    
36
    start_storage_server();
37
    start_page_actions_server();
38
    start_policy_smuggler();
39

    
40
    async function init_myext(install_details)
41
    {
42
	console.log("details:", install_details);
43
	if (install_details.reason != "install")
44
	    return;
45

    
46
	let storage = await get_storage();
47

    
48
	await storage.clear();
49

    
50
	/*
51
	 * Below we add sample settings to the extension.
52
	 * Those should be considered example values for viewing in the options
53
	 * page. They won't make my.fsf.org work. The only scripts that does
54
	 * something useful right now is the opencores one.
55
	 */
56

    
57
	let components = [];
58
	for (let script_data of [
59
	    {url: "http://127.0.0.1:8000/myfsf_define_CRM.js",
60
	     hash:"bf0cc81c7e8d5f800877b4bc3f14639f946f5ac6d4dc120255ffac5eba5e48fe"},
61
	    {url: "https://my.fsf.org/misc/jquery.js?v=1.4.4",
62
	     hash:"261ae472fa0cbf27c80c9200a1599a60fde581a0e652eee4bf41def8cb61f2d0"},
63
	    {url: "https://my.fsf.org/misc/jquery-extend-3.4.0.js?v=1.4.4",
64
	     hash:"c54103ba57ee210ca55c052e70415402707548a4e6a68dd6efb3895019bee392"},
65
	    {url: "https://my.fsf.org/misc/jquery-html-prefilter-3.5.0-backport.js?v=1.4.4",
66
	     hash:"fad84efa145fb507e5df9b582fa01b1c4e6313de7f72ebdd55726d92fa4dbf06"},
67
	    {url: "https://my.fsf.org/misc/jquery.once.js?v=1.2",
68
	     hash:"1430f42c0d760ba8e05bb3762480502e541f654fec5739ee40625ab22dc38c4f"},
69
	    {url: "https://my.fsf.org/misc/drupal.js?qmaukd",
70
	     hash:"2e08dccbd4d8b728a6871562995a4636b89bfe0ed3b8fb0138191c922228b116"},
71
	    {url: "https://my.fsf.org/sites/all/modules/civicrm/bower_components/jquery/dist/jquery.min.js?qmaukd",
72
	     hash:"a6d01520d28d15dbe476de84eea90eb3ee2d058722efc062ec73cb5fad78a17b"},
73
	    {url: "https://my.fsf.org/sites/all/modules/civicrm/bower_components/jquery-ui/jquery-ui.min.js?qmaukd",
74
	     hash:"28ce75d953678c4942df47a11707a15e3c756021cf89090e3e6aa7ad6b6971c3"},
75
	    {url: "https://my.fsf.org/sites/all/modules/civicrm/bower_components/lodash-compat/lodash.min.js?qmaukd",
76
	     hash:"f2871cc80c52fe8c04c582c4a49797c9c8fd80391cf1452e47f7fe97835ed5cc"},
77
	    {url: "https://my.fsf.org/sites/all/modules/civicrm/packages/jquery/plugins/jquery.mousewheel.min.js?qmaukd",
78
	     hash:"f50233e84c2ac7ada37a094d3f7d3b3f7c97716d6b7b47bf69619d93ee4ac1ce"},
79
	    {url: "https://my.fsf.org/sites/all/modules/civicrm/bower_components/select2/select2.min.js?qmaukd",
80
	     hash:"ce61298fb9aa4ec49ccd4172d097e36a9e5db3af06a7b82796659368f15b7c1b"},
81
	    {url: "https://my.fsf.org/sites/all/modules/civi crm/packages/jquery/plugins/jquery.form.min.js?qmaukd",
82
	     hash:"c90f0e501d2948fbc2b61bffd654fa4ab64741fd48923782419eeb14d3816fb8"},
83
	    {url: "https://my.fsf.org/sites/all/modules/civicrm/packages/jquery/plugins/jquery.timeentry.min.js?qmaukd",
84
	     hash:"8e85df981e8ad7049d06dfb075277d038734d36a7097c7f021021b2bdccfe9bb"},
85
	    {url: "https://my.fsf.org/sites/all/modules/civicrm/packages/jquery/plugins/jquery.blockUI.min.js?qmaukd",
86
	     hash:"806aedff52ac822f2adc5797073e1e5c5cec32eb9f15f2319cb32a347dcd232b"},
87
	    {url: "https://my.fsf.org/sites/all/modules/civicrm/bower_components/datatables/media/js/jquery.dataTables.min.js?qmaukd",
88
	     hash:"b796504d9b1b422f0dc6ccc2d740ac78a8c9e5078cc3934836d39742b1121925"},
89
	    {url: "https://my.fsf.org/sites/all/modules/civicrm/bower_components/jquery-validation/dist/jquery.validate.min.js?qmaukd",
90
	     hash:"f0f5373ad203101ea91bf826c5a7ef8f7cd74887f06bad2cb9277a504503b9e2"},
91
	    {url: "https://my.fsf.org/sites/all/modules/civicrm/packages/jquery/plugins/jquery.ui.datepicker.validation.min.js?qmaukd",
92
	     hash:"c6e6f6bf7f8fff25cca338045774e267e8eaa2d48ac9100540f3d59a6d2b3c61"},
93
	    {url: "https://my.fsf.org/sites/all/modules/civicrm/js/Common.js?qmaukd",
94
	     hash:"17aa222a3af2e8958be16accb5e77ef39f67009cb3b500718d8fffd45b399148"},
95
	    {url: "https://my.fsf.org/sites/all/modules/civicrm/js/crm.datepicker.js?qmaukd",
96
	     hash:"9bd8d10208aa99c156325f7819da6f0dd62ba221ac4119c3ccd4834e2cf36535"},
97
	    {url: "https://my.fsf.org/sites/all/modules/civicrm/js/crm.ajax.js?qmaukd",
98
	     hash:"6401a4e257b7499ae4a00be2c200e4504a2c9b3d6b278a830c31a7b63374f0fe"},
99
	    {url: "https://my.fsf.org/sites/all/modules/civicrm/js/wysiwyg/crm.wysiwyg.js?qmaukd",
100
	     hash:"fa962356072a36672c3b4b25bdeb657f020995a067e20a29cd5bb84b05157762"},
101
	    {url: "https://my.fsf.org/sites/all/modules/civicrm/js/noconflict.js?qmaukd",
102
	     hash:"58d6d9f496a235d23cf891926d71f2104e4f2afe1d14bb4e2b5233f646c35e62"},
103
	    {url: "https://my.fsf.org/sites/all/modules/matomo/matomo.js?qmaukd",
104
	     hash:"7f39ccd085f348189cd2fb62ea4d4a658d96f6bba266265880b98605e777e2de"},
105
	    {url: "https://my.fsf.org/sites/all/themes/fsf_venture/js/global.js?qmaukd",
106
	     hash:"aa7983f6b902f9f4415cfc8346e0c3f194cc95b78f52f2ad09ec7effa1326b9c"},
107
	    {url: "https://my.fsf.org/sites/all/themes/fsf_venture/js/jquery.superfish.min.js?qmaukd",
108
	     hash:"5ef1f93bf3901227056bf9ed0ed93a148eec4dda30f419756b12bedd1098815e"},
109
	    {url: "https://my.fsf.org/sites/all/themes/fsf_venture/js/jquery.sidr.min.js?qmaukd",
110
	     hash:"c4914d415826676c6af2e61f16edb72c5388f8600ba6de9049892aee49d980a0"},
111
	    {url: "https://my.fsf.org/sites/all/themes/fsf_venture/js/jquery.flexslider.min.js?qmaukd",
112
	     hash:"cefaf715761b4494913851249b9d40dacb4a8cb61242b0efc859dc586d56e0d4"},
113
	    {url: "http://127.0.0.1:8000/myfsf_crap.js",
114
	     hash:"d91ccf21592d0f861ea0ba946bc257fc5d88269327cad0a91387da6cb8ff633e"},
115
	    {url: "https://my.fsf.org/sites/all/modules/civicrm/templates/CRM/Core/BillingBlock.js?r=lp7Di",
116
	     hash:"2f25d35e7a0c0060ab0a444a577f09dd3c9934ae898a7ee0eb20b6c986ab5a1c"},
117
	    {url: "https://my.fsf.org/extensions/com.aghstrategies.giftmemberships/js/giftpricefield.js?r=lp7Di",
118
	     hash:"f86080e6bd306fe46474039aeca2808235005bce5a2a29416d08210022039a45"},
119
	    {url: "https://my.fsf.org/extensions/com.ginkgostreet.negativenegator/js/negativenegator.js?r=lp7Di",
120
	     hash:"d0e87bac832856db70947d82a7ab4e0b7c8b1070d5f1a32335345e033ece3a14"}
121
	]) {
122
	    let name_regex = /\/([^/]+)\.js/;
123
	    let name = name_regex.exec(script_data.url)[1];
124
	    await storage.set(TYPE_PREFIX.SCRIPT, name, script_data);
125
	    components.push([TYPE_PREFIX.SCRIPT, name]);
126
	}
127

    
128
	await storage.set(TYPE_PREFIX.BAG, "myfsf_join", components);
129

    
130
	await storage.set(TYPE_PREFIX.PAGE, "https://my.fsf.org/join", {
131
	    components: [TYPE_PREFIX.BAG, "myfsf_join"]
132
	});
133

    
134
	let hello_script = {
135
	    text: "console.log(\"hello, every1!\");\n"
136
	};
137
	await storage.set(TYPE_PREFIX.SCRIPT, "hello", hello_script);
138
	await storage.set(TYPE_PREFIX.BAG, "hello",
139
			  [[TYPE_PREFIX.SCRIPT, "hello"]]);
140
	await storage.set(TYPE_PREFIX.PAGE, "https://my.fsf.org/", {
141
	    components: [TYPE_PREFIX.BAG, "hello"],
142
	    allow: true
143
	});
144

    
145
	let opencores_script = {
146
	    text: `\
147
let data = JSON.parse(document.getElementById("__NEXT_DATA__").textContent);
148
let sections = {};
149
for (let h1 of document.getElementsByClassName("cMJCrc")) {
150
    let ul = document.createElement("ul");
151
    if (h1.nextElementSibling !== null)
152
	h1.parentNode.insertBefore(ul, h1.nextElementSibling);
153
    else
154
	h1.parentNode.appendChild(ul);
155

    
156
    sections[h1.children[1].firstChild.textContent] = ul;
157
}
158

    
159
for (let prop of data.props.pageProps.list) {
160
    let ul = sections[prop.category];
161
    if (ul === undefined) {
162
	console.log(\`unknown category "\${prop.category}" for project "\${prop.title}"\`);
163
	continue;
164
    }
165

    
166
    let li = document.createElement("li");
167
    let a = document.createElement("a");
168
    a.setAttribute("href", "/projects/" + prop.slug);
169
    a.textContent = prop.title;
170

    
171
    li.appendChild(a);
172
    ul.appendChild(li);
173
}
174
`
175
	};
176

    
177
	await storage.set(TYPE_PREFIX.SCRIPT, "opencores", opencores_script);
178
	await storage.set(TYPE_PREFIX.PAGE, "https://opencores.org/projects", {
179
	    components: [TYPE_PREFIX.SCRIPT, "opencores"],
180
	    allow: false
181
	});
182
    }
183

    
184
    browser.runtime.onInstalled.addListener(init_myext);
185

    
186
    console.log("hello, myext");
187
})();
(2-2/9)