Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1Caxz/Blogspot-ClickFraud
Javascript library to prevent Adsense click fraud.
https://github.com/1Caxz/Blogspot-ClickFraud
blogspot click-fraud javascript javascript-library
Last synced: 9 days ago
JSON representation
Javascript library to prevent Adsense click fraud.
- Host: GitHub
- URL: https://github.com/1Caxz/Blogspot-ClickFraud
- Owner: 1Caxz
- License: mit
- Created: 2018-06-01T17:09:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T17:18:42.000Z (over 6 years ago)
- Last Synced: 2024-07-11T21:40:06.724Z (4 months ago)
- Topics: blogspot, click-fraud, javascript, javascript-library
- Homepage: https://github.com/icaksama/Blogspot-ClickFraud
- Size: 38.1 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blogspot-ClickFraud
Javascript library to prevent Adsense click fraud. The library detecting iframe and click interaction from the users. Your ads will disappear for a day when detected some weird interactions or clicks and would show again for the next day. Secure your Adsense for bad peoples.## How to Use
This library need jQuery plugin. So, make sure to add jQuery on your website.
**Configurations**
```// Limit click for one user
var limitClick = 5;
// Tag id for your tag
var idAdsense = 'CUSTOM_TAG_ID';```
**Edit Adsense Scripts**
```
```## MIT License
```text
Copyright (c) 2018 Saiful Irham WicaksanaPermission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```