forum

Home / DeveloperSection / Forums / Jquery elements always block

Jquery elements always block

Anonymous User219830-Oct-2014
Hi Guys

I have created Safari Extension that blocks certain elements from Facebook and I was wondering is it possible to make it block all the time. For example, it blocks the elements when you load Facebook, however when you click the Facebook logo in the top left corner all the elements come back, you have to manually reload the page to block them again. So basically all the elements come back when you click something that doesn't reload the page.Please help me

Here is my code.

jQuery(document).ready(function () {
      $("#content").find("#sideNav").find("#listsNav").css("display", "none");
});


Updated on 30-Oct-2014
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By