
This guide will take you through all of the aspects of the Path of Ascension, including the unlock, how it works, the features, and the rewards. For those who choose the Kyrians, that feature is the Path of Ascension. Use It and play around with the html in your browser. Each of the four Covenants in World of Warcraft: Shadowlands has a unique feature that is only accessible to members of that Covenant. This will result in printing every link text on the page in console. Try writing console.log('Your message') and click Execute button or alternative you can use the log method directly like log('My Message'). Press F12 to open the chrome developer tool and then click on the console tab. You can write multiple lines of script and execute to see the logs in console as do not use alerts in the script.

Similarly try using to get the current url in result section. The good point is that the extension is powered by jQuery version 1.10 which helps in debugging any html page you have currently opened up in the browser.įor using Jquery use $ext instead of $ to run your scripts.įor example if I want to find number of anchor tags on the page: I would write $ext('a').size() in the text area to get the number in result section below the execute button.

Used to run script on page to get results The extension helps run java script on the page.
