Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Перестал блокировать советника #36

Open
webstudio22 opened this issue Aug 25, 2017 · 3 comments
Open

Перестал блокировать советника #36

webstudio22 opened this issue Aug 25, 2017 · 3 comments

Comments

@webstudio22
Copy link

No description provided.

@AndreyChursin
Copy link

Не понимаю, почему отказались искать тег советника по url, и стали искать по img.. лого же проще поменять

@Leadaxe
Copy link

Leadaxe commented Sep 11, 2017

Действительно не блокирует, пример тут:
https://www.santech.ru/spb/catalog/278/286/i2052/

@Leadaxe
Copy link

Leadaxe commented Sep 11, 2017

  function checkNodes (nodes) {
	Array.prototype.slice.call(nodes).forEach(function (node) {
		$('html').css({"margin-top": "0px"});
		if ( $("html").attr("mbr-initial-margin-top") ){
			$('button[title="О программе"]').parents('div').parents('div').parents('div').remove();
		}
		if (isDiv(node) && (hasSovetnikImage(node))) {
			remove(node);
		}
	});
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants