Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ads-doubler

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ads-doubler

Don't have enough ads interrupting your sight on the web? Just double them!

  • 1.1.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

TableDent

Intro

Are you disappointed that the number of ads on the site you're visiting doesn't make you want to make a dent in your table the size of your head? Table Dent might just be the thing for you, as with the click of a button, the number of URLs on the website you are visiting will skyrocket!

Have any feedback? Feel free to open up an issue!

Links:

Docs

You can actually use TableDent on your own website, and it is super simple!

Get the script:

The script is located at /adDoublerLib.js of this site, or you can use the mirror from JSDelivr, located at https://cdn.jsdelivr.net/npm/url-lengthener@latest/url-lengthener.min.js. If you would like to link it directly into your website, place either of the two lines in the <head> section of your site, with the JSDeliver file being quicker (though not by much) to fetch and the one from this site being more updated:

<script src="https://cdn.jsdelivr.net/npm/ads-doubler@latest/adDoublerLib.js"></script>
<script src="https://www.tabledent.com/adDoublerLib.js"></script>
Use the script:

Using the script is super simple, as there are four functions you can call:

  1. byIdDefault() tries to replace every Google ad on your website with the known Google Ad id.
  2. byClassDefault() tries to replace every Google ad on your website with the known Google Ad class.
  3. byId(id) tries to replace every Google ad on your website with the id passed to the function.
  4. byClass(class) tries to replace every Google ad on your website with the class passed to the function.

All four of these functions will automatically handle indentifying and doubling such objects, so no more work is needed on your end.

FAQs

Package last updated on 17 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc