Отзывы на «Tampermonkey»
Tampermonkey от Jan Biniok
Ответ Jan Biniok
Ответ разработчика
размещено 9 лет назад// ==UserScript==
// @name Github - Color issues title red.
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://github.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
var run = function(url) {
if (url.match(/https:\/\/github\.com\/.*\/.*\/issues\/.*/)) {
var element = document.querySelector(".js-issue-title");
element.style.color = "red";
}
};
run(location.href);
var pS = window.history.pushState;
var rS = window.history.replaceState;
window.history.replaceState = function(a, b, url) {
run(url);
rS.apply(this, arguments);
};
window.history.pushState = function(a, b, url) {
run(url);
pS.apply(this, arguments);
};
})();
// @name Github - Color issues title red.
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://github.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
var run = function(url) {
if (url.match(/https:\/\/github\.com\/.*\/.*\/issues\/.*/)) {
var element = document.querySelector(".js-issue-title");
element.style.color = "red";
}
};
run(location.href);
var pS = window.history.pushState;
var rS = window.history.replaceState;
window.history.replaceState = function(a, b, url) {
run(url);
rS.apply(this, arguments);
};
window.history.pushState = function(a, b, url) {
run(url);
pS.apply(this, arguments);
};
})();
5 263 отзыва
- Оценено на 5 из 5от Robert P, 4 дня назад
- Оценено на 5 из 5от Mark Andrew Gerads, 7 дней назад
- Оценено на 2 из 5от Olcyx, 7 дней назадDe temps en temps cela ralentit considérablement ma vitesse de connexion. Je sais pas pourquoi, mais j'ai l'impression que ça fait des GROS trucs en arrière-plan pour que ça fasse ralentir comme ça.
- Оценено на 5 из 5от tao, 8 дней назад
- Оценено на 1 из 5от zer0, 8 дней назадThis Extension slop is non stop banners about anything other than just use it. You can keep your stupid banners and non stop interruptions I will look for another extension to handle scripts that this trash spam.
- Оценено на 5 из 5от TERROR, 12 дней назад
- Оценено на 1 из 5от cba012, месяц назадHas hidden Google Analytics and is close-source - no thanks. An extension of this privilege level needs to be fully transparent. It also begs for donations at an abnormally high rate.
Use ViolentMonkey instead. - Оценено на 1 из 5от Пользователь Firefox 17501884, месяц назад数ヶ月前の更新の際、これまで作ってきたユーザースクリプトのデータが全て消滅しました。
あらゆるデータベースファイル、削除されたデータ等を探しても残っておらず、途方もない損失に嘆きましたが、少しずつ復旧させてきました。
そして今日、Firefoxを再起動した際、再び何かのトラブルで全てのユーザースクリプトが消滅しました。
もうこれ以上信頼を預けることはできません。ViolentMonkey等への移行を速やかに行います。 - Оценено на 5 из 5от Пользователь Firefox 12859804, месяц назад
- Оценено на 5 из 5от Пользователь Firefox 19828004, месяц назад
- Оценено на 5 из 5от Rackmani, месяц назадGreat to allow me to add a script to stop a copy paste block on a certain website where other extns were failing
- Оценено на 1 из 5от Пользователь Firefox 14987899, месяц назадApparently it is not only a mess, it's also bloated, closed source now, and has fucking Google Analytics.
- Оценено на 5 из 5от Alex, 2 месяца назад
- Оценено на 5 из 5от Pabli, 2 месяца назад
- Оценено на 1 из 5от Пользователь Firefox 17710969, 2 месяца назад
- Оценено на 5 из 5от frank, 2 месяца назад
- Оценено на 5 из 5от tink., 2 месяца назад
- Оценено на 5 из 5от Adigitalnomad123, 2 месяца назад
- Оценено на 5 из 5от Пользователь Firefox 18759100, 2 месяца назад
- Оценено на 5 из 5от Julian, 3 месяца назад
- Оценено на 1 из 5от RenzoBenzo, 3 месяца назадClosed source, bloated, uses google analytics, and did I mention it's closed source and uses google analytics. I would suggest users not use this extension, and use FireMonkey or ViolentMonkey instead.
- Оценено на 5 из 5от Пользователь Firefox 19743679, 3 месяца назад