This style was deleted by its author, Samson

Oct 12, 2021 Samson deleted this style because of "Caduque depuis le nouveau design."

Try Outlook - Ads instead of this deleted style.

See more styles for Gameblog

Gameblog - Publicité

Added by Samson, Created: Sep 15, 2020, Updated: Sep 20, 2020
No screenshot

Description:

Supprime les encarts demandant de désactiver votre bloqueur de publicité.

MAJ 20/09/2020 : Pour supprimer la barre jaune en bas, installez l'extension Tampermonkey, puis ce script casse-gueule : // ==UserScript== // @name Gameblog - Pub // @namespace http://tampermonkey.net/ // @version 1.0 // @description Supprime le bandeau jaune demandant de désactiver le bloqueur de publicité. // @author Yusuke26 // @match .gameblog.fr/ // @grant none // ==/UserScript== (function() { 'use strict'; function removeAd() { var ad = document.querySelector('div[style*="fixed"]'); if (ad) { ad.parentNode.removeChild(ad); } }; setTimeout(removeAd, 1000); })();

Installs:
Support: 8+, , , , ,
Applies to:
gameblog.fr
License:
Public Domain
Samson has waived all copyright and related or neighboring rights to Gameblog - Publicité, to the extent allowed by law.

Related styles:

WARNING: This webware is not functioning properly. Please enable javascript in your browser and try again.