You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
Nvm I fixed it. Their browser does some really quirky stuff to my styles, so I guess I'll have to reimplement my theme switcher.
i feel this.. if this is helpful, i use this bit of javascript to detect the "browser" to add my styling workarounds lol:
const isScreenshooter = /PhantomJS/.test(window.navigator.userAgent) || !!window._phantom || !!window.callPhantom;