Skip to content

Instantly share code, notes, and snippets.

View superdev810's full-sized avatar
😍

Super Dev superdev810

😍
View GitHub Profile
@superdev810
superdev810 / MegaBonusCashbackExtDetect.js
Created November 27, 2019 15:27
Cashback Ext Detection
var detectExt = {
is_install: "",
/**
* поиск расширения в chrome
* @param onload
* @param onerror
*/
detect_ext_chrome: function (onload, onerror) {
var detect = function (base, if_installed, if_not_installed) {
var s = document.createElement('script');