Giter Club home page Giter Club logo

politics-war-player-ad-block's Introduction

Politics & War Player Advertisement Block

Are you tired of the boring player advertising??? Well this extension is for you!!!

The Politics & War Player Advertisement Block is a Chrome extension that allows you to remove specific elements from the Politics & War website, specifically targeted towards player advertisements. This extension helps enhance your browsing experience by eliminating unwanted advertisements.

Installation

To install the Politics & War Player Advertisement Block extension, follow these steps:

Clone or download this repository to your local machine.

Open Google Chrome and type chrome://extensions in the address bar.

Enable the "Developer mode" toggle located in the top right corner of the page.

Click on the "Load unpacked" button.

In the file selection dialog, navigate to the downloaded folder of the extension and select it.

The extension should now be loaded and activated in Chrome.

Usage

Once the extension is installed and activated, it will automatically remove specific elements from the Politics & War website that are related to player advertisements.

To test the extension, visit the Politics & War website. You should notice that the targeted elements, such as player advertisement images or divs, will be removed from the web page.

Customization

By default, the extension is configured to remove the specified elements related to player advertisements. If you wish to modify the targeted elements, you can make changes to the content.js file inside the extension folder.

In the content.js file, you will find JavaScript code that identifies and removes the specified elements. You can modify this code to target different elements based on your preferences.

// This script removes the specified elements from the web page

(function() {
  var elementsToRemove = document.getElementsByClassName("your-element-class");

  for (var i = 0; i < elementsToRemove.length; i++) {
    var element = elementsToRemove[i];
    element.remove();
  }
})();

Make sure to reload the extension in Chrome (chrome://extensions) after making any changes to the content.js file.

politics-war-player-ad-block's People

Contributors

kaiserwilhelm23 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.