Dariush
Dariush
I have the following code (latest version of Ghost, running Pyside): ``` from ghost import Ghost headers = { 'Accept':'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8', 'Accept-Language':'en-US,en;q=0.8', 'Connection':'keep-alive', 'Host':'soundcloud.com', 'User-Agent':'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML,...
Let's say I want to block stuff on google.com. I create a page and blacklist Xpath '//div'. As expected, everything disappears. Now I replace it with '//div[@id="viewport"]'. Nothing happens, but...