Greasy Fork is available in English.

Google Knowledge Panel Permanent Opacity

Set Google Search Knowledge Panel to be constantly opaque

// ==UserScript==
// @name          Google Knowledge Panel Permanent Opacity 
// @namespace      
// @description   Set Google Search Knowledge Panel to be constantly opaque 
// @include        /^https?:\/\/www\.google\.com\/search\?.*q=.*$/
// @version 0.0.1.20181227105018
// ==/UserScript==

e=document.querySelector("div.g.rhsvw")
e.style.opacity=100