Pógódnośenja za Tampermonkey
Tampermonkey wót Jan Biniok
Pógódnośenja wót Wužywaŕ Firefox 12239101
Z 5 z 5 pógódnośony
wót Wužywaŕ Firefox 12239101, 9 år sidanThanks 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";
})();
Wótegrono wuwijarja
jo se napisał 9 år sidan// ==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 pógódnośenjow
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 19743679, 2 dagar sidan
- Z 5 z 5 pógódnośonywót DrBeaker, 4 dagar sidan
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 10447271, 5 dagar sidan
- Z 5 z 5 pógódnośonywót Desire, 10 dagar sidan
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 19729411, 11 dagar sidan
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 19709889, 21 dagar sidanReally efficient. This is my new obsession.
- Z 5 z 5 pógódnośonywót Breno, 24 dagar sidan
- Z 1 z 5 pógódnośonywót nutzboi, ein månad sidants updated and deleted all my installed userscripts 😩
- Z 1 z 5 pógódnośonywót keenoy, ein månad sidan
- Z 5 z 5 pógódnośonywót Eti, ein månad sidan
- Z 5 z 5 pógódnośonywót left2crazy, ein månad sidan
- Z 5 z 5 pógódnośonywót Vormix_Sv, ein månad sidan
- Z 5 z 5 pógódnośonywót melodic mustox, ein månad sidanThanks 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.
- Z 4 z 5 pógódnośonywót Carlos Páez, 2 månader sidan
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 13035229, 2 månader sidan
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 18699594, 2 månader sidan
- Z 5 z 5 pógódnośonywót Antonio Johns, 2 månader sidan
- Z 5 z 5 pógódnośonywót Yuri, 2 månader sidan
- Z 5 z 5 pógódnośonywót Saphir, 2 månader sidan
- Z 5 z 5 pógódnośonywót Marlon Ruiz, 2 månader sidan
- Z 5 z 5 pógódnośonywót SergioDT, 2 månader sidanEssential. I can't imagine the internet without this extension.
- Z 5 z 5 pógódnośonywót biki, 2 månader sidan