Greasy Fork is available in English.

DP Remove BG

DP Background olarak kullanılan imajı kaldırma


Installer dette script?
// ==UserScript==// @name        DP Remove BG// @author      Hasan KÖROĞLU// @namespace   hasankoroglu.com// @description DP Background olarak kullanılan imajı kaldırma// @include     https://www.planetdp.org/*// @version     1.0// @grant       none// ==/UserScript==document.querySelector("section.mid-counter").style.background = '#d8d8d8';