mirror of
https://github.com/insin/control-panel-for-twitter.git
synced 2025-06-18 22:55:32 -04:00
Release v4.12.2
- Fixed an error restoring the Tweet source label on older Tweets which don't show a Views count
This commit is contained in:
parent
212d2dbd2a
commit
6b5125d73f
@ -4,7 +4,7 @@
|
|||||||
"name": "__MSG_extensionName__",
|
"name": "__MSG_extensionName__",
|
||||||
"description": "__MSG_extensionDescription__",
|
"description": "__MSG_extensionDescription__",
|
||||||
"homepage_url": "https://soitis.dev/control-panel-for-twitter",
|
"homepage_url": "https://soitis.dev/control-panel-for-twitter",
|
||||||
"version": "4.12.1",
|
"version": "4.12.2",
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "icons/icon16.png",
|
"16": "icons/icon16.png",
|
||||||
"32": "icons/icon32.png",
|
"32": "icons/icon32.png",
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"name": "__MSG_extensionName__",
|
"name": "__MSG_extensionName__",
|
||||||
"description": "__MSG_extensionDescription__",
|
"description": "__MSG_extensionDescription__",
|
||||||
"homepage_url": "https://soitis.dev/control-panel-for-twitter",
|
"homepage_url": "https://soitis.dev/control-panel-for-twitter",
|
||||||
"version": "4.12.1",
|
"version": "4.12.2",
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "icons/icon16.png",
|
"16": "icons/icon16.png",
|
||||||
"32": "icons/icon32.png",
|
"32": "icons/icon32.png",
|
||||||
|
@ -793,7 +793,7 @@
|
|||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div id="version">v4.12.1<span id="debugCountdown"></span></div>
|
<div id="version">v4.12.2<span id="debugCountdown"></span></div>
|
||||||
</form>
|
</form>
|
||||||
<script src="options.js"></script>
|
<script src="options.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
@ -310,7 +310,7 @@ let $showBlueReplyFollowersCountLabel = /** @type {HTMLElement} */ (document.que
|
|||||||
//#region Utility functions
|
//#region Utility functions
|
||||||
function exportConfig() {
|
function exportConfig() {
|
||||||
let $a = document.createElement('a')
|
let $a = document.createElement('a')
|
||||||
$a.download = 'control-panel-for-twitter-v4.12.1.config.txt'
|
$a.download = 'control-panel-for-twitter-v4.12.2.config.txt'
|
||||||
$a.href = URL.createObjectURL(new Blob([
|
$a.href = URL.createObjectURL(new Blob([
|
||||||
JSON.stringify(optionsConfig, null, 2)
|
JSON.stringify(optionsConfig, null, 2)
|
||||||
], {type: 'text/plain'}))
|
], {type: 'text/plain'}))
|
||||||
|
@ -640,7 +640,7 @@
|
|||||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
CURRENT_PROJECT_VERSION = 93;
|
CURRENT_PROJECT_VERSION = 94;
|
||||||
DEAD_CODE_STRIPPING = YES;
|
DEAD_CODE_STRIPPING = YES;
|
||||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||||
DEVELOPMENT_TEAM = 2RDKJDLNY8;
|
DEVELOPMENT_TEAM = 2RDKJDLNY8;
|
||||||
@ -661,7 +661,7 @@
|
|||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
MARKETING_VERSION = 4.12.1;
|
MARKETING_VERSION = 4.12.2;
|
||||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||||
MTL_FAST_MATH = YES;
|
MTL_FAST_MATH = YES;
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
ONLY_ACTIVE_ARCH = YES;
|
||||||
@ -703,7 +703,7 @@
|
|||||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
CURRENT_PROJECT_VERSION = 93;
|
CURRENT_PROJECT_VERSION = 94;
|
||||||
DEAD_CODE_STRIPPING = YES;
|
DEAD_CODE_STRIPPING = YES;
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
DEVELOPMENT_TEAM = 2RDKJDLNY8;
|
DEVELOPMENT_TEAM = 2RDKJDLNY8;
|
||||||
@ -718,7 +718,7 @@
|
|||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
MARKETING_VERSION = 4.12.1;
|
MARKETING_VERSION = 4.12.2;
|
||||||
MTL_ENABLE_DEBUG_INFO = NO;
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||||||
MTL_FAST_MATH = YES;
|
MTL_FAST_MATH = YES;
|
||||||
SWIFT_COMPILATION_MODE = wholemodule;
|
SWIFT_COMPILATION_MODE = wholemodule;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"name": "__MSG_extensionName__",
|
"name": "__MSG_extensionName__",
|
||||||
"description": "__MSG_extensionDescriptionShort__",
|
"description": "__MSG_extensionDescriptionShort__",
|
||||||
"homepage_url": "https://soitis.dev/control-panel-for-twitter",
|
"homepage_url": "https://soitis.dev/control-panel-for-twitter",
|
||||||
"version": "4.12.1",
|
"version": "4.12.2",
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "icon48.png",
|
"48": "icon48.png",
|
||||||
"96": "icon96.png",
|
"96": "icon96.png",
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
// @match https://x.com/*
|
// @match https://x.com/*
|
||||||
// @match https://mobile.x.com/*
|
// @match https://mobile.x.com/*
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @version 195
|
// @version 196
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
void function() {
|
void function() {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user