Đánh giá cho Tampermonkey
Tampermonkey bởi Jan Biniok
Phản hồi bởi Jan Biniok
Phản hồi của nhà phát triển
đã đăng 9 năm trước// ==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.241 đánh giá
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 19743679, 3 ngày trước
- Xếp hạng 5 trong số 5bởi DrBeaker, 5 ngày trước
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 10447271, 6 ngày trước
- Xếp hạng 5 trong số 5bởi Desire, 11 ngày trước
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 19729411, 11 ngày trước
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 19709889, 22 ngày trướcReally efficient. This is my new obsession.
- Xếp hạng 5 trong số 5bởi Breno, 25 ngày trước
- Xếp hạng 1 trong số 5bởi nutzboi, một tháng trướcts updated and deleted all my installed userscripts 😩
- Xếp hạng 1 trong số 5bởi keenoy, một tháng trước
- Xếp hạng 5 trong số 5bởi Eti, một tháng trước
- Xếp hạng 5 trong số 5bởi left2crazy, một tháng trước
- Xếp hạng 5 trong số 5bởi Vormix_Sv, một tháng trước
- Xếp hạng 5 trong số 5bởi melodic mustox, một tháng trướcThanks to Tampermonkey, I can do a lot of things from my browser. I thanks with a donation, which I will repeat next month again for sure.
- Xếp hạng 4 trong số 5bởi Carlos Páez, 2 tháng trước
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 13035229, 2 tháng trước
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 18699594, 2 tháng trước
- Xếp hạng 5 trong số 5bởi Antonio Johns, 2 tháng trước
- Xếp hạng 5 trong số 5bởi Yuri, 2 tháng trước
- Xếp hạng 5 trong số 5bởi Saphir, 2 tháng trước
- Xếp hạng 5 trong số 5bởi Marlon Ruiz, 2 tháng trước
- Xếp hạng 5 trong số 5bởi SergioDT, 2 tháng trướcEssential. I can't imagine the internet without this extension.
- Xếp hạng 5 trong số 5bởi biki, 2 tháng trước