I've made a few improvements to my #greasemonkey / #tampermonkey script for improving job search websites and #stackoverflow .
* If you're searching for a #job this make it a LOT quicker to skim over the descriptions to find the important stuff you should care about.
* If you use StackOverflow and try to do some light moderation this adds a few tweaks to make it easier to use
#greasemonkey #tampermonkey #stackoverflow #job
So heißt der Button in der aktuellen Version immer noch ¯\_(ツ)_/¯
Er lässt sich allerdings mit einem #Greasemonkey- oder #Tampermonkey-Skript wieder "zurückverwandeln" 😉
https://github.com/memo-567/mv2k_mastodon_scripts/tree/main/mastodon-publish-button-main
This is a #Tampermonkey script that will make your search results or detail column your second column instead of your last column. #Mastodon
I've made a handy little collection of my #tampermonkey and #greasemonkey scripts.
1. - A #job search keyword highlighter to bring attention to certain words as you search for a job. Works on Indeed, Dice, ZipRecruiter, LinkedIn, and Remote.co
2. - A #StackOverflow enhancer that allows easier code indentation in questions/answers, allows you to quickly add pre-written comment "snippets", flags questions with certain tag combinations, and hides some annoyances.
#tampermonkey #greasemonkey #job #stackoverflow
@thoralf Wenn du #Mastodon im #Firefox benutzt, dann könntest du mit der Erweiterung #TamperMonkey oder #GreaseMonkey mein #UserScript installieren. Das versteckt dann die #ContentWarning Artikel.
Bei "match" im UserScript müsstest du deinen Server eintragen (soc.umrath.net). Ich hab das nur bei mir (norden.social) getestet.
https://greasyfork.org/de/scripts/472062-hide-mastodon-posts-that-have-a-content-warning
#mastodon #firefox #tampermonkey #greasemonkey #userscript #contentwarning
Here is a #UserScript for the #Firefox #Addon #GreaseMonkey or #TamperMonkey that enables #scalablity for websites like #Calckey or #FireFish on the #smartphone.
#zoom #accessibility
https://greasyfork.org/de/scripts/471920-enable-user-scalability
#userscript #firefox #addon #greasemonkey #tampermonkey #scalablity #calckey #firefish #smartphone #zoom #accessibility
Nervt euch das Abdunkeln der Videos in der #ARDMediathek auch so?
Hier habe ich ein #UserScript für das #Firefox #Addon #GreaseMonkey bzw. #TamperMonkey geschrieben, das diese Verdunklungsebene entfernt.
https://greasyfork.org/de/scripts/471919-overwrite-css-variable
#ardmediathek #userscript #firefox #addon #greasemonkey #tampermonkey
@BobWilliams I use a plugin called #TamperMonkey that lets me run scripts on loaded pages. There are a few repositories of user scripts and I use the one named Greasy Fork, which is a usually just a thin facade over github repos. For example, I use a script that closes YT ads ASAP without blocking them, which keeps YT happy. Writing scripts for this might be easier than writing an entire plugin. 😀
:twitterfire: Boas-vindas, novos ursalenses vindos do #Twitter!
As coisas são um pouco diferentes aqui, né? Mas não se preocupem, vamos torná-las mais familiares, como na imagem. Vamos deixar tudo mais parecido com o Twitter.
🐦 Aplicando a interface Mastodon Bird-UI
Primeiro passo é instalar o #Tampermonkey no seu navegador. Funciona no #Firefox (incluindo o Mobile), #Chrome, #Opera, #Vivaldi, #Edge, #Safari, #Kiwi Browser (Mobile), #Via Browser (Mobile), etc.
#twitter #tampermonkey #firefox #chrome #opera #vivaldi #edge #safari #kiwi #via
Please enjoy this #Tampermonkey script for some #Kbin tweaks and enhancements.
https://greasyfork.org/en/scripts/468612-kbin-enhancement-script/code
More #testing of my Password Game #userscript.
#programming #webprogramming #webdev #tampermonkey #javascript #js #hacking
#testing #userscript #programming #webprogramming #webdev #tampermonkey #javascript #js #hacking
I have no idea how to systematically find a #YouTube video of a specific length for the Password Game on neal.fun. So I'm writing a #userscript to do it for me.
I plan to have it store the IDs and durations of every video I find while browsing YouTube. Initial tests are going well!
#youtube #userscript #javascript #js #programming #tampermonkey
Thanks @DrakkenZero for the #kbin pro-tip - want to clean up your #NerdBin UI a bit?
1. Add the #TamperMonkey extension.
2. Add the kbin enhancement script: https://greasyfork.org/en/scripts/468612-kbin-enhancement-script/code
3. Go to TamperMonkey Dashboard and edit the script.
4. Line 11 add
// @match https://nerdbin.social/*
5. Save it
6. Go to https://NerdBin.social
7. Click the cog in the top right corner
8. Choose your additional UI options!
Anyone use #KBin ? I just made a small #userscript (I use #tampermonkey + Firefox) for kbin.social that adds collapsible comment threads and highlights the OP's username in the comments:
https://openuserjs.org/scripts/H2SO4/Small_kbin.social_improvements
#tampermonkey #userscript #kbin
Hoy me enteré de que #Tampermonkey está disponible en la app móvil de #Firefox y sus variantes (Yo uso #Mull)
Hier ist ein Workaround für #Greasemonkey #Tampermonkey
// ==UserScript==
// @name Enable Scalability
// @namespace xy
// @Description Enables scalability
// @include https://www.spiegel.de/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
var metaTag = document.querySelector('meta[name="viewport"]');
if (metaTag) {
metaTag.setAttribute('content', 'width=device-width, initial-scale=1, user-scalable=yes, maximum-scale=10');
}
})();
I just started using a #script called #Pagetual using #Greasemonkey / #Tampermonkey. It's awesome! It will save me so much time searching on Google, managing my sites, and more. It just requires installing a plugin and the script #productivity #JS
https://bit.ly/43k0q8P
#script #pagetual #greasemonkey #tampermonkey #productivity #js
@SeanHeavy If you’re a cheapskate you can probably find a #Tampermonkey #userscript to do what you want: https://tampermonkey.net
Ich freue mich doch immer wieder, dass es schöne #Tampermonkey / #Greasemonkey Scripte für #Mastodon gibt 😀
#tampermonkey #greasemonkey #mastodon