Reviews for Tampermonkey
Tampermonkey by Jan Biniok
Response by Jan Biniok
Developer response
posted 9 years ago// ==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,319 reviews
- Rated 5 out of 5by Firefox user 20176142, 11 hours ago
- Rated 5 out of 5by Asmacabius, 2 days ago
- Rated 5 out of 5by Firefox user 20170727, 3 days ago
- Rated 5 out of 5by Firefox user 20168663, 4 days ago
- Rated 5 out of 5by Tanzim, 8 days ago
- Rated 5 out of 5by Velo Computing Technologies, 8 days ago
- Rated 5 out of 5by Firefox user 20158411, 9 days ago
- Rated 5 out of 5by 退出党团队远离中共邪教, 10 days ago
- Rated 5 out of 5by AThKORU, 16 days ago
- Rated 5 out of 5by Firefox user 18598990, 17 days ago
- Rated 5 out of 5by Blueberr, 21 days ago
- Rated 5 out of 5by Firefox user 13125732, 25 days ago
- Rated 5 out of 5by CaxapoZa3BY, a month ago
- Rated 5 out of 5by Firefox user 18923488, a month ago
- Rated 5 out of 5by Joseph, a month ago
- Rated 5 out of 5by Liloy, a month agoThere is nothing to say. Tampering with monkeys can be said to be one of the most prestigious scripting websites on the Internet. Praise tampering with monkeys. 🥰
- Rated 5 out of 5by Firefox user 18690608, a month ago
- Rated 5 out of 5by Firefox user 20098992, a month ago
- Rated 5 out of 5by Firefox user 16887159, a month ago
- Rated 5 out of 5by bimm, a month ago
- Rated 5 out of 5by Firefox user 20093873, a month ago
- Rated 3 out of 5by Firefox user 5489333, a month agoCauses Cloudflare challenges to fail by being merely enabled.
- Rated 5 out of 5by Firefox user 20000825, a month ago
- Rated 1 out of 5by Firefox user 20088759, a month agoThis extension connects to Google when in Dashboard