Відгуки для Tampermonkey
Tampermonkey автор Jan Biniok
Відгук від Користувач Firefox 12239101
Оцінка 5 з 5
від Користувач Firefox 12239101, 9 років томуThanks for correcting me, Jan.
The following script doesn't always kick in on Github issues pages, therefore the add-on simply is unreliable.
// ==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/*/*/issues/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
var element = document.querySelector(".js-issue-title");
element.style.color = "red";
})();
The following script doesn't always kick in on Github issues pages, therefore the add-on simply is unreliable.
// ==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/*/*/issues/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
var element = document.querySelector(".js-issue-title");
element.style.color = "red";
})();
Відповідь розробника
оприлюднено 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 257 відгуків
- Оцінка 1 з 5від cba012, 5 днів тому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, 8 днів тому数ヶ月前の更新の際、これまで作ってきたユーザースクリプトのデータが全て消滅しました。
あらゆるデータベースファイル、削除されたデータ等を探しても残っておらず、途方もない損失に嘆きましたが、少しずつ復旧させてきました。
そして今日、Firefoxを再起動した際、再び何かのトラブルで全てのユーザースクリプトが消滅しました。
もうこれ以上信頼を預けることはできません。ViolentMonkey等への移行を速やかに行います。 - Оцінка 5 з 5від Користувач Firefox 12859804, 9 днів тому
- Оцінка 5 з 5від Користувач Firefox 19828004, 14 днів тому
- Оцінка 5 з 5від Rackmani, 16 днів тому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, 16 днів томуApparently it is not only a mess, it's also bloated, closed source now, and has fucking Google Analytics.
- Оцінка 5 з 5від Alex, 23 дні тому
- Оцінка 5 з 5від Pabli, 24 дні тому
- Оцінка 1 з 5від Користувач Firefox 17710969, 25 днів тому
- Оцінка 5 з 5від frank, місяць тому
- Оцінка 5 з 5від tink., місяць тому
- Оцінка 5 з 5від Adigitalnomad123, місяць тому
- Оцінка 5 з 5від Користувач Firefox 18759100, 2 місяці тому
- Оцінка 5 з 5від Julian, 2 місяці тому
- Оцінка 1 з 5від RenzoBenzo, 2 місяці тому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, 2 місяці тому
- Оцінка 5 з 5від DrBeaker, 2 місяці тому
- Оцінка 5 з 5від Користувач Firefox 10447271, 2 місяці тому
- Оцінка 5 з 5від Desire, 2 місяці тому
- Оцінка 5 з 5від Користувач Firefox 19729411, 2 місяці тому
- Оцінка 5 з 5від Користувач Firefox 19709889, 3 місяці томуReally efficient. This is my new obsession.
- Оцінка 5 з 5від Breno, 3 місяці тому