Greasy Fork is available in English.

Spelpaus remover ATG SE

Removes the spelpaus banner on top of the site atg.se

// ==UserScript==
// @name         Spelpaus remover ATG SE
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Removes the spelpaus banner on top of the site atg.se
// @author       You
// @match        https://*.atg.se/*
// @grant        GM_addStyle
// ==/UserScript==

GM_addStyle("div[class$='responsibleGaming'] {display: none;} div[class$='mainContainer'] {margin-top: 0px;}");