Habr: Return the votes

Returns votes under comments

< Commentaires sur Habr: Return the votes

Avis: Mauvais - le script ne fonctionne pas

§
Posté le: 2024-04-19
Édité le: 2024-04-19

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

§
Posté le: 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;
          }
        },
      });
    },
  });
})();
askornotAuteur
§
Posté le: 2024-04-23

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

Poster une réponse

Connectez-vous pour poster une réponse.