Recenzie doplnku Tampermonkey
Tampermonkey Autor: Jan Biniok
Odpoveď od používateľa Jan Biniok
Odpoveď od vývojára
uverejnené pred 9 rokmi// ==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 244 recenzií
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 18759100, pred 2 dňami
- Hodnotenie: 5 z 5autor: Julian, pred 6 dňami
- Hodnotenie: 1 z 5autor: RenzoBenzo, pred 8 dňamiClosed 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.
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 19743679, pred 15 dňami
- Hodnotenie: 5 z 5autor: DrBeaker, pred 17 dňami
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 10447271, pred 18 dňami
- Hodnotenie: 5 z 5autor: Desire, pred 23 dňami
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 19729411, pred 23 dňami
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 19709889, pred mesiacomReally efficient. This is my new obsession.
- Hodnotenie: 5 z 5autor: Breno, pred mesiacom
- Hodnotenie: 1 z 5autor: keenoy, pred mesiacom
- Hodnotenie: 5 z 5autor: Eti, pred 2 mesiacmi
- Hodnotenie: 5 z 5autor: left2crazy, pred 2 mesiacmi
- Hodnotenie: 5 z 5autor: Vormix_Sv, pred 2 mesiacmi
- Hodnotenie: 5 z 5autor: melodic mustox, pred 2 mesiacmiThanks 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.
- Hodnotenie: 4 z 5autor: Carlos Páez, pred 2 mesiacmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 13035229, pred 2 mesiacmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 18699594, pred 2 mesiacmi
- Hodnotenie: 5 z 5autor: Antonio Johns, pred 2 mesiacmi
- Hodnotenie: 5 z 5autor: Yuri, pred 2 mesiacmi
- Hodnotenie: 5 z 5autor: Saphir, pred 2 mesiacmi
- Hodnotenie: 5 z 5autor: Marlon Ruiz, pred 2 mesiacmi