rosenrot-browser

A hackable browser based on Webkitgtk
Log | Files | Refs | README

commit 2896ff4e52241c7cb3ee24f91527c42ef0bfbecb
parent c33fc76b028833a5e76fca78cdea9931aed65936
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Thu, 18 Jan 2024 16:15:41 +0100

remove change in colors for twitter

Diffstat:
Mplugins/style/style.c | 2+-
Mplugins/style/style.h | 2+-
Mplugins/style/style.js | 8+++++++-
Mrose | 0
4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/plugins/style/style.c b/plugins/style/style.c @@ -1,7 +1,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#define STYLE_N 7127 + 1000 +#define STYLE_N 7265 + 1000 void read_style_js(char* string) { diff --git a/plugins/style/style.h b/plugins/style/style.h @@ -1,7 +1,7 @@ #ifndef STYLE #define STYLE -#define STYLE_N 7127 + 1000 +#define STYLE_N 7265 + 1000 void read_style_js(char* string); diff --git a/plugins/style/style.js b/plugins/style/style.js @@ -124,9 +124,15 @@ if (document.domain == "twitter.com") { /* No change of colors in hover */ *:hover { + /* background-color: white !important; */ + background-color: !important; + transition: none !important; + }*/ + /* + *:hover { background-color: inherit !important; transition: none !important; - } + }*/ /* Hide go to top button */ [aria-label^="New posts are available. Push the period key to go to the them."]{ display: none; diff --git a/rose b/rose Binary files differ.