Iceggiren i Tampermonkey
Tampermonkey sɣur Jan Biniok
Tiririt sɣur Jan Biniok
Tiririt n ineflayen
yeffeɣ-d deg prije 8 godina// ==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 155 n yiceggiren
- Yettwasezmel 5 ɣef 5sɣur David, prije 3 dana
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 19084268, prije 4 dana
- Yettwasezmel 5 ɣef 5sɣur alfa, prije 6 dana
- Yettwasezmel 1 ɣef 5sɣur LaserMoai, prije 8 dana
- Yettwasezmel 5 ɣef 5sɣur zhou, prije 10 dana
- Yettwasezmel 5 ɣef 5sɣur Mike, prije 11 dana
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 18590030, prije 12 dana
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 19072892, prije 12 dana
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 19071894, prije 12 dana
- Yettwasezmel 1 ɣef 5sɣur Aseqdac Firefox 19069891, prije 13 dana
- Yettwasezmel 5 ɣef 5sɣur 肉肉, prije 15 dana
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 19061799, prije 15 danaEsta corrompida não está ser possível instalar
- Yettwasezmel 5 ɣef 5sɣur Donnymk, prije 17 dana
- Yettwasezmel 5 ɣef 5sɣur susu, prije 19 dana
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 19051547, prije 20 dana
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 19049340, prije 20 dana
- Yettwasezmel 1 ɣef 5sɣur Ajaypal singh, prije 21 dana
- Yettwasezmel 5 ɣef 5sɣur aleksandr-kulishov, prije 23 dana
- Yettwasezmel 5 ɣef 5sɣur zylx, prije 25 danaA Must-Have for Web Customization
Tampermonkey is an absolutely indispensable browser extension that truly puts you in control of your web Browse experience. If you've ever thought, "I wish this website did this," or "I'd love to change that," Tampermonkey is the powerful tool that makes it possible.
Its core strength lies in its ability to run userscripts—small pieces of JavaScript code that can modify web pages as they load. This opens up a world of possibilities: from adding new features to your favorite sites, blocking persistent pop-ups, simplifying complex interfaces, or even integrating data from different sources. The vast and active community of userscripts means you can often find ready-made solutions for common needs, or easily tweak them to fit your specific requirements.
Managing your scripts is straightforward, and the built-in editor, while initially appearing a bit technical, is surprisingly robust. It offers syntax highlighting and basic debugging, making script development much more manageable. I've found Tampermonkey to be remarkably reliable and consistently performant across various browsers. It runs silently in the background, only activating when needed, without any noticeable performance overhead.
For anyone who wants to tailor the web to their exact preferences and go beyond standard browser settings, Tampermonkey is an essential addition. It empowers you to make your Browse more efficient, enjoyable, and personalized. - Yettwasezmel 5 ɣef 5sɣur NightLight, prije mjesec
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 17692832, prije mjesec
- Yettwasezmel 5 ɣef 5sɣur Quitanell, prije mjesec