How to Bypass VidiQ "PRO FEATURE" with Inspect Element (WORKING 27.03.2017)

not seen, poor video quality, you can write again! what is he introducing there?
 
not seen, poor video quality, you can write again! what is he introducing there?

Inspect Element on "Sort by Matches" > change from "Disabled" to "Enabled" in inspect element. That's it
 
Even more easier way is to crack the plugin. It only takes 2 minutes to crack it. Only requirement is notepad !
 
Go to your Google Chrome's extension directory.
Should be something like:
Code:
C:\Users\USERNAME\AppData\Local\Google\Chrome\User Data\Default\Extensions
Find which folder contains VidIQ, in my case it was pachckjkecffpdphbpmfolblodfkgbhl

Cut whatever folder inside (Should be something similar to "2.2.0_0" or it can be different depending how old this thread gets) and paste it somewhere comfortable where you can edit it.
Copy the contents of 0.js and go to jsbeautifier . org and paste it in the textbox and click the "Beautify JavaScript or HTML" button.
Once jsbeautifier has cleaned up the source code, copy what's inside the textbox and paste it in the 0.js file.
Look for something along the lines of:
Code:
if (!this.loggedin) return "loggedout";
var e = ["basic", "pro", "boost_lite", "boost", "boost_plus", "enterprise"],
t = e[0];

Now change the t = e[0] to:

t = e[1]
for "Pro",

t = e[2]
for "Boost Lite",

t = e[3]
for "Boost",

t = e[4]
for "Boost plus" and

t = e[5]
for "Enterprise".

Save the file, then you're done!
Now just delete _metadata and load the whole folder (the one containing the 0.js, manifest.json etc.) as unpacked in Chrome!
 
Go to your Google Chrome's extension directory.
Should be something like:
Code:
C:\Users\USERNAME\AppData\Local\Google\Chrome\User Data\Default\Extensions
Find which folder contains VidIQ, in my case it was pachckjkecffpdphbpmfolblodfkgbhl

Cut whatever folder inside (Should be something similar to "2.2.0_0" or it can be different depending how old this thread gets) and paste it somewhere comfortable where you can edit it.
Copy the contents of 0.js and go to jsbeautifier . org and paste it in the textbox and click the "Beautify JavaScript or HTML" button.
Once jsbeautifier has cleaned up the source code, copy what's inside the textbox and paste it in the 0.js file.
Look for something along the lines of:
Code:
if (!this.loggedin) return "loggedout";
var e = ["basic", "pro", "boost_lite", "boost", "boost_plus", "enterprise"],
t = e[0];

Now change the t = e[0] to:

t = e[1]
for "Pro",

t = e[2]
for "Boost Lite",

t = e[3]
for "Boost",

t = e[4]
for "Boost plus" and

t = e[5]
for "Enterprise".

Save the file, then you're done!
Now just delete _metadata and load the whole folder (the one containing the 0.js, manifest.json etc.) as unpacked in Chrome!

Nice but i can't find 0.js file.
 
I did everything and i got this error in chrome:

This extension may have been corrupted.

p.s I forget the last step (load unpacked extension :). Now is working
 
Thank you, the bundle.js trick works on the last version too (2.40.8_0).

what is the difference between "Boost", "Boost plus" and "Enterprise"? In terms of youtube analysis
 
Go to your Google Chrome's extension directory.
Should be something like:
Code:
C:\Users\USERNAME\AppData\Local\Google\Chrome\User Data\Default\Extensions
Find which folder contains VidIQ, in my case it was pachckjkecffpdphbpmfolblodfkgbhl

Cut whatever folder inside (Should be something similar to "2.2.0_0" or it can be different depending how old this thread gets) and paste it somewhere comfortable where you can edit it.
Copy the contents of 0.js and go to jsbeautifier . org and paste it in the textbox and click the "Beautify JavaScript or HTML" button.
Once jsbeautifier has cleaned up the source code, copy what's inside the textbox and paste it in the 0.js file.
Look for something along the lines of:
Code:
if (!this.loggedin) return "loggedout";
var e = ["basic", "pro", "boost_lite", "boost", "boost_plus", "enterprise"],
t = e[0];

Now change the t = e[0] to:

t = e[1]
for "Pro",

t = e[2]
for "Boost Lite",

t = e[3]
for "Boost",

t = e[4]
for "Boost plus" and

t = e[5]
for "Enterprise".

Save the file, then you're done!
Now just delete _metadata and load the whole folder (the one containing the 0.js, manifest.json etc.) as unpacked in Chrome!


Ty so much
 
Go to your Google Chrome's extension directory.
Should be something like:
Code:
C:\Users\USERNAME\AppData\Local\Google\Chrome\User Data\Default\Extensions
Find which folder contains VidIQ, in my case it was pachckjkecffpdphbpmfolblodfkgbhl

Cut whatever folder inside (Should be something similar to "2.2.0_0" or it can be different depending how old this thread gets) and paste it somewhere comfortable where you can edit it.
Copy the contents of 0.js and go to jsbeautifier . org and paste it in the textbox and click the "Beautify JavaScript or HTML" button.
Once jsbeautifier has cleaned up the source code, copy what's inside the textbox and paste it in the 0.js file.
Look for something along the lines of:
Code:
if (!this.loggedin) return "loggedout";
var e = ["basic", "pro", "boost_lite", "boost", "boost_plus", "enterprise"],
t = e[0];

Now change the t = e[0] to:

t = e[1]
for "Pro",

t = e[2]
for "Boost Lite",

t = e[3]
for "Boost",

t = e[4]
for "Boost plus" and

t = e[5]
for "Enterprise".

Save the file, then you're done!
Now just delete _metadata and load the whole folder (the one containing the 0.js, manifest.json etc.) as unpacked in Chrome!
Thank mate, it work
 
Back
Top