Iceggiren i Tampermonkey
Tampermonkey sɣur Jan Biniok
Tiririt sɣur Jan Biniok
Tiririt n ineflayen
yeffeɣ-d deg 8 vite më parë// ==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 117 n yiceggiren
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 13755321, 2 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 18957272, 3 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 12833710, 3 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur UsernameTaken017, 3 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur hhhhhhhhhh, 4 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur 可爱丙草胺酱, 5 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 18994197, 6 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 18993433, 6 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 5598853, 6 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 18989649, 8 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 18989308, 8 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 18987189, 9 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 16116669, 10 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur 火锅辅导班, 11 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur flamewarden, 12 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur Zotio, 12 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur Linayaya, 14 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur Mong0h4x, 16 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur Ian Naxieas, 17 ditë më parëThis has come in handy for multiple things. Thank you!
- Yettwasezmel 5 ɣef 5sɣur Chadwick Sun, 17 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur Kaos, 19 ditë më parë
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 18967133, 21 ditë më parë