commit | 258b4aa8c068bafe2b60c20d7f8cc1419a5b95ed | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Sat Jan 15 22:01:01 2022 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Sat Jan 15 21:12:21 2022 +0000 |
tree | 4be970a28af00acb4efe48880e303503bba232af | |
parent | d03e39deba0cf32ac3497c2710a0aa2ff669fbd4 [diff] |
Fix bg.js functions being run repeteadly Some functions in bg.js only need to be called once when the extension starts up. Unfortunately, since event pages and service workers unload bg.js to save resources, when bg.js is spinned up again, those functions are called again. This CL fixes this by checking whether it's the first time it's being run or not. Change-Id: I9b7867b3db825c0d1183acd13a0a22a58a999a74
An extension which brings several enhancements to the Google Forums and the Community Console.
For a list of features/enhancements, check out the feature list doc.
This extension is being actively developed, and everyone is welcome to make feature requests, report issues and contribute code changes.
In order to make feature requests or report issues, please do so at the Monorail Issue Tracker:
To see a more exhaustive guide on how to contribute, and information on how to contribute code changes, please read the following doc:
Before releasing updates to the stable channel, the newest versions are uploaded to the beta channel so they can be tested by everyone who's interested. This is another way to contribute to the project, because beta testing can make us notice bugs before they reach the stable channel.
The beta channel for Chrome is available here.