From 56f88f9cc9f4b048c3e5728b22590db51ba0a19a Mon Sep 17 00:00:00 2001 From: Jonny Buchanan Date: Thu, 22 Aug 2019 09:37:14 +1000 Subject: [PATCH] Release v1.8 Fixed - Don't hide the entire sidebar when trying to hide the "Who to follow" section --- manifest.json | 2 +- tweak-new-twitter.user.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index ac09066..4a2c557 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Tweak New Twitter", "description": "Reduce \"engagement\" and tone down some of New Twitter's UI", "homepage_url": "https://github.com/insin/tweak-new-twitter/", - "version": "1.7", + "version": "1.8", "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", diff --git a/tweak-new-twitter.user.js b/tweak-new-twitter.user.js index 9345d30..d197c0f 100644 --- a/tweak-new-twitter.user.js +++ b/tweak-new-twitter.user.js @@ -3,7 +3,7 @@ // @description Reduce "engagement" and tone down some of New Twitter's UI // @namespace https://github.com/insin/tweak-new-twitter/ // @match https://twitter.com/* -// @version 8 +// @version 9 // ==/UserScript== //#region Config & variables