I have to find current url and if it is equal to "http://localhost/mysite" then I need to put below code.
Example (pseudocode):
If(FindCurrentURL.ContainsString("http://localhost/mysite")){
.ms-quickLaunch { display: none; }
}
How to find URL and that contains above URL?