Habr: Return the votes

Returns votes under comments

< Feedback on Habr: Return the votes

Review: Bad - script does not work

§
Posted: 2024-04-19
Edited: 2024-04-19

на днях перестал работать, видимо хабр что-то изменил

§
Posted: 2024-04-22

Подправьте

(function () {
  'use strict';
  Object.defineProperty = new Proxy(Object.defineProperty, {
    apply(target, _, argumentsList) {
      if (argumentsList[1] !== 'isLoggedIn') return Reflect.apply(...arguments);
      return target(argumentsList[0], argumentsList[1], {
        get() {
          if (Object.prototype.hasOwnProperty.call(this, '_')&&this._.type.name === 'TMVotesLever') {
            return true;
          }
        },
      });
    },
  });
})();
askornotAuthor
§
Posted: 2024-04-23

@A.L. обновите скрипт.
@o2bw1ujnaj, спасибо!

Post reply

Sign in to post a reply.