返回首頁 

It's Not Important

At least part of the world will became a bit less important now.

These are versions of this script where the code was updated. Show all versions.

  • v1.52016-08-07Web of Trust overlay compatibility fix
  • v1.42016-04-17Encountered situation when DOMContentLoaded didn't worked. Also fixed a bug with wrong call for a unimportanter function.
  • v1.32016-03-24Fixed self-initiated infinite loop in some rare cases and added extra checks to get out of "unimportanter" function faster when it won't do anything anyway.
  • v1.22016-03-08
  • v1.22016-02-15Combined two observers. Not sure if better or worse.
  • v1.12016-02-15I don't like the idea, but it looks like I have to monitor all the newly added blocks since they may have a style attribute attached to them right from the start.
  • v1.02016-02-15There could be spaces after the ! character.
  • v0.92016-01-18I haven't figured out myself how to set MutationObserver to look for all style changes and haven't found anything good on the Internet. Thanks to the Infocatcher for pointing this out. ☉⏝⚆
  • v0.82016-01-18A bit of a cleanup here and on a previous change.
  • v0.72016-01-18
  • v0.62016-01-18Added aggressive check for post-load changes in style attributes of the existing elements.
  • v0.52016-01-11Removed support for 'visibility' property since 'display:none!important' should be enough to completely hide something
  • v0.42016-01-11Support for visibility parameter
  • v0.32016-01-07Support for margins and paddings
  • v0.22015-12-09Should be less intrusive now and leave display:none in place. Usually it have enough priority this way to overlap normal styles.
  • v0.12015-12-09