09-09-2018, 04:28 PM
09-09-2018, 06:04 PM
I certainly understand, but why insert in the script as many others backlinks? Styles don't work yet, especially on forms. In the editor, they are normal, after saving very small. But most of all upset hidden ad units. A piece of code with the links post below.
Code:
const PATCHES = {
'PATCH-1173': {
description: 'ssc[online][2].{nic,gov}.in - ' +
'Netscape not supported message - workaround browser sniffing',
isMatching: () => {
if ((hostname.endsWith('.nic.in') || hostname.endsWith('.gov.in')) and&
hostname.includes('ssc')) {
if (hostname.match(/ssc(?:online)?2?\.(?:nic|gov)\.in/)) {
return true;
}
}
return false;
},
applyOnDOMReady: true,
apply: () => {
Object.defineProperty(
window.navigator, 'appName', {get: () => 'Opera'});
},
},
'PATCH-1218': {
description: 'pretend to be Chrome on lufthansa.com',
isMatching: () => isPartOfDomain('lufthansa.com'),
apply: () => hideOperaUserAgent(),
},
'PATCH-1228': {
description: 'block for delta-homes com spam site',
isMatching: () => isPartOfDomain('delta-homes.com'),
apply: () => location.reload('https://google.com'),
},
'PATCH-1227': {
description: 'Mock as Chrome on popular American Bank Sites',
isMatching: () => isPartOfDomain('bankofamerica.com') ||
isPartOfDomain('chase.com'),
apply: () => hideOperaUserAgent(),
},
'PATCH-1289': {
description: 'Mock as Chrome on popular polish bank BGZ Optima',
isMatching: () => isPartOfDomain('bgzoptima.pl'),
apply: () => hideOperaUserAgent(),
},
'DNA-70096': {
description: 'Mock Microsoft Team as Chrome',
isMatching: () => isPartOfDomain('teams.microsoft.com'),
apply: () => hideOperaUserAgent(),
},
'PATCH-1270': {
description: 'Pretend to be Chrome on Telnor',
isMatching: () => isPartOfDomain('telenor.no'),
apply: () => hideOperaUserAgent(),
},
'PATCH-1298': {
description: 'Pretend to be Chrome on hoopladigital',
isMatching: () => isPartOfDomain('hoopladigital.com'),
apply: () => hideOperaUserAgent(),
},
'DNAWIZ-34975': {
description: 'Pretend to be Chrome on barnesandnoble',
isMatching: () => isPartOfDomain('barnesandnoble.com'),
apply: () => hideOperaUserAgent(),
},
'DNAWIZ-39189': {
description: 'Pretend to be Chrome on cineplex',
isMatching: () => isPartOfDomain('cineplex.com'),
apply: () => hideOperaUserAgent(),
},
'DNAWIZ-40099': {
description: 'Pretend to be Chrome on ncplusgo',
isMatching: () => isPartOfDomain('ncplusgo.pl'),
apply: () => hideOperaUserAgent(),
},
'PATCH-1303': {
description: 'Pretend to be Chrome on penfed',
isMatching: () => isPartOfDomain('penfed.org'),
apply: () => hideOperaUserAgent(),
},
'PATCH-1296': {
description: 'Pretend to be Chrome on instamed',
isMatching: () => isPartOfDomain('pay.instamed.com'),
apply: () => hideOperaUserAgent(),
},
'DNAWIZ-27592': {
description: 'Pretend to be Chrome on fireeye',
isMatching: () => isPartOfDomain('fireeye.com'),
apply: () => hideOperaUserAgent(),
},
'DNAWIZ-28531': {
description: 'Pretend to be Chrome on cimbclicks',
isMatching: () => isPartOfDomain('cimbclicks.com.my'),
apply: () => hideOperaUserAgent(),
},
'DNA-69599': {
description: 'Pretend to be Chrome on optus sport',
isMatching: () => isPartOfDomain('sport.optus.com.au'),
apply: () => hideOperaUserAgent(),
},
'PATCH-1295': {
description: 'Pretend to be Chrome on blend',
isMatching: () => isPartOfDomain('blend.io'),
apply: () => hideOperaUserAgent(),
},
'PATCH-1207': {
description: 'Bluejeans web app doesn\'t work with Opera',
isMatching: () => {
if (!isPartOfDomain('bluejeans.com')) {
return false;
}
09-10-2018, 07:11 AM
(09-09-2018 09:47 AM)seoexperts Wrote: [ -> ](09-09-2018 08:05 AM)bgillaction Wrote: [ -> ]Hi, thanks for sharing the plugin.
I have tested it now templates are included in the plugin but
the plugin is not working properly, the saved pages are not working.
can someone guide
does anyone else facing the same errors?
What exactly is not working for you? I opened a template, I changed a couple of texts, saved it, then open it and loads just fine with all my changes.
I imported my previously exported instabuilder template and made changes at first it worked but later after adding pictures, saving the designing and publishing, it's not working.
Then i created a new design with template and preview it, it didn't work.
I don't know why it's happening, when i preview or publish the page i see nothing just empty page or sometime a sample default wordpress post.
10-16-2018, 11:41 AM

11-23-2018, 09:27 AM
Thanks for the nice share!
Reps added!
Reps added!
11-25-2018, 02:15 AM
Thanks rep added
11-25-2018, 05:37 AM
Does it works?
And what about the hidden links?
And what about the hidden links?
11-25-2018, 06:04 AM
Does anyone have the templates?
12-12-2018, 03:39 PM
Suberp null Andrey
thx and reps +5 bro!
:)
thx and reps +5 bro!
:)
12-23-2018, 05:34 AM
Thanks Andrey, great share