Greasy Fork is available in English.

Habr: Return the votes

Returns votes under comments

< 腳本Habr: Return the votes的回應

評論:負評 - 腳本失效或無法使用

§
發表於:2024-04-19
編輯:2024-04-19

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

§
發表於: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;
          }
        },
      });
    },
  });
})();
askornot作者
§
發表於:2024-04-23

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

發表回覆

登入以回復