• Register now to get access to thousands of Tutorials, Leaked content, Hot NSFW and much more. Join us as we build and grow the community.

Advertise Here

Advertise Here

Advertise Here

How to Get Free Symbolab (My First Post)

cefalo

Service Mesh Specialist
C Rep
0
0
0
Rep
0
C Vouches
0
0
0
Vouches
0
Posts
213
Likes
90
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 2 700 XP
How to get free symbolab...
All you gotta do is
1) Install Tampermonkey
2) Add this script
// ==UserScript==
// @ Symbolab Pro
// @ http://tampermonkey.net/
// @ 1.1
// @ Symbolab pro for free
// @ J. Lawrence Dev Pro Tips
// @ https://www.symbolab.com/
// @ *://*symbolab.com/*
// @ none
// ==/UserScript==
(function () {
'use strict';
var code = `window.onload = function(){
/* set subscription params */
if (typeof(SYSTEPS) != 'undefined') { SYSTEPS.subscribed = true }
if (typeof(SOLUTIONS) != 'undefined') { SOLUTIONS.subscribed = true }
if (typeof(SYMBOLAB) != 'undefined') { SYMBOLAB.params.subscribed = true }
if (typeof(SYPRACTICE) != 'undefined') { SYPRACTICE.subscribed = true }
isUserLoggedIn = function() { return true }
/* remove popup when verify solution box is clicked */
if ($("#click-capture")) {
// add the class name to the click capture to prevent blocking
$("#click-capture").addClass("click-capture-subscribed")
}
}`
// make sure the code runs before the subscription status is checked
document.documentElement.setAttribute("onreset", code)
document.documentElement.dispatchEvent(new CustomEvent("reset"))
document.documentElement.removeAttribute("onreset")
})()
3) Boom. Free symbolab.
Note: Credit to J. Lawrence of Dev Pro Tips
Please like if this helped!
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

452,501

352,162

352,176

Top