Skip to content

oaoleif/ad-inspector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forbes Ad Inspector

A bookmarklet for monitoring GPT ad units and their associated targeting on web pages.

Installation

Create a bookmark in your browser. Paste the following into the "URL" field:

javascript:(function() {
  var script = document.createElement('script');
  script.src = 'https://forbes.github.io/ad-inspector/src/loader.js';
  script.id = 'ad-inspector';
  document.body.appendChild(script);
})();

Additional Information

This tool should work on all pages that utilize GPT Tags. It does not require any supplemental data to be provided in the page.

Contributors

Anthony Giallella - [email protected] Johnny McCampbell - [email protected] Alexander Shnayderman - [email protected]

About

A bookmarklet for inspecting GPT ad units' data on web pages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.0%
  • CSS 19.0%