Kaleb Haugen :antiverified: · @kaleb_haugen
49 followers · 876 posts · Server hachyderm.io

Is there any like extension for iOS Safari? And is there any way to have Safari extensions apply to sites viewed through other apps using WKWebView?

#greasemonkey #iOS #hacktheweb

Last updated 1 year ago

Johan :tux: · @johanv
225 followers · 795 posts · Server fosstodon.org

to change ! back to !
replace fosstodon.org with yours

// ==UserScript==
// @name Toot!
// @namespace johanv.net
// @author Johan
// @version 2
// @match fosstodon.org/*
// @grant none
// ==/UserScript==
window.addEventListener("load", () => {
if (document.querySelector(".button.button--block").innerText == "Publish!") { //avoid messing with remote follow page
document.querySelector(".button.button--block").innerText = "Toot!";
}
});

#greasemonkey #script #publish #toot

Last updated 1 year ago

Chris Barr · @FiniteLooper
14 followers · 154 posts · Server hachyderm.io

I've made a few improvements to my / script for improving job search websites and .

* If you're searching for a 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

github.com/FiniteLooper/UserSc

#greasemonkey #tampermonkey #stackoverflow #job

Last updated 1 year ago

Memo · @memo
749 followers · 484 posts · Server mstdn.mv2k.com

@Hiker

So heißt der Button in der aktuellen Version immer noch ¯\_(ツ)_/¯

Er lässt sich allerdings mit einem - oder ⁣-Skript wieder "zurückverwandeln" 😉

github.com/memo-567/mv2k_masto

@purplegreen @crossgolf_rebel

#greasemonkey #tampermonkey

Last updated 1 year ago

Chris Barr · @FiniteLooper
14 followers · 140 posts · Server hachyderm.io

I've made a handy little collection of my and scripts.

1. - A 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 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.

:github: github.com/FiniteLooper/UserSc

#tampermonkey #greasemonkey #job #stackoverflow

Last updated 1 year ago

barefootstache · @barefootstache
101 followers · 960 posts · Server qoto.org

(13/25)

One of my favorite things to do is exploit the DOM (ethical concerns aside).

Lots learn early on if some pesky web component is blocking your view, just delete it in the developer’s tools.

This is usually the spark into what other configurations are possible.

As a by trade we are constantly in the developer’s tools trying to understand why certain elements are behaving the way they are - visually or in action. Though we have access to the code base, so it’s easier to understand.

The fun begins when you only have access to the website!

  • For one time edits basic DOM manipulations will suffice.
  • For simple tasks the console will suffice.
  • If you started editing the CSS, you can save your changes and load them next time you visit.
  • If you don’t care about , you can use extensions like or .

In the realm of heavy duty modifications, there are a couple of options:

  • Write your own extension.
  • Write your own library and run it through the console. This permits to offline development in your preferred coding language and you can bundle it either through or .
  • Host your code on , use a CDN bundler, and then preload it via an extension like GreaseMonkey.
  • There is also the option to preload your script into the browser’s config, though with each update one has to do this anew, not questioning the potential flaws.

Through these possibilities one will learn a lot about vanilla and .

#DailyBloggingChallenge #stylus #browser #webdeveloper #fingerprinting #greasemonkey #npmjs #security #vanillajs #hacking #webpack #wasm #webdevelopment #programming

Last updated 1 year ago

Torsten :verified: :verified: · @tor
98 followers · 1264 posts · Server norden.social

@thoralf Wenn du im benutzt, dann könntest du mit der Erweiterung oder mein installieren. Das versteckt dann die Artikel.

Bei "match" im UserScript müsstest du deinen Server eintragen (soc.umrath.net). Ich hab das nur bei mir (norden.social) getestet.

greasyfork.org/de/scripts/4720

#mastodon #firefox #tampermonkey #greasemonkey #userscript #contentwarning

Last updated 1 year ago

Torsten :verified: :verified: · @tor
99 followers · 1241 posts · Server norden.social
Torsten :verified: :verified: · @tor
99 followers · 1240 posts · Server norden.social

Nervt euch das Abdunkeln der Videos in der auch so?

Hier habe ich ein für das bzw. geschrieben, das diese Verdunklungsebene entfernt.

greasyfork.org/de/scripts/4719

ardmediathek.de/live

#ardmediathek #userscript #firefox #addon #greasemonkey #tampermonkey

Last updated 1 year ago

🔨⌚ · @clov
93 followers · 140 posts · Server travelpandas.fr

Mise à jour de ce tout petit à utiliser avec les extensions de navigateur ou autre et qui permet de retirer le CSS (thème) custom que certaines instances utilisent pour personnaliser l'interface de

dev.clov.fr/clov/UserScripts/s

Ce script est utile pour ceux qui utilisent des sur leur navigateur et dont les règles peuvent se télescoper avec ces fameux thèmes custom.

#userscript #greasemonkey #Violentmonkey #mastodon #userstyles

Last updated 1 year ago

Michael Gale :maybe_verified: · @miclgael
30 followers · 484 posts · Server mastodon.au
Neblib · @Neblib
15 followers · 86 posts · Server mastodo.neoliber.al

sh.itjust.works/post/70273

Great thread about a /#tampermonkey script to style the UI to look like old.reddit

tldr github.com/soundjester/lemmy_m

#lemmy #greasemonkey #redditmigration

Last updated 1 year ago

So now that has a full chat interface in , just for fun I asked it to write a script to navigate up a level of a URL when the user hits ALT+UP.

I found a couple sketchy extensions to restore this ancient browser behavior, but I'm extremely picky about what extensions I install nowadays.

So I gave it a go, not expecting much and it... did a wonderful job?!

Well, I mean, it needed about 5 minutes of tweaking and testing but it got about 75% of the work done.

Here's the final, cleaned up version: github.com/Fortyseven/gm-up-na

#copilot #vscode #greasemonkey

Last updated 1 year ago

Torsten :verified: :verified: · @tor
70 followers · 979 posts · Server norden.social

Hier ist ein Workaround für

// ==UserScript==
// @name Enable Scalability
// @namespace xy
// @Description Enables scalability
// @include 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');
}
})();

#greasemonkey #tampermonkey

Last updated 1 year ago

jprbarry · @jprbarry
60 followers · 983 posts · Server mastodon.cloud

I just started using a called using / . 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
bit.ly/43k0q8P

#script #pagetual #greasemonkey #tampermonkey #productivity #js

Last updated 1 year ago

farcaller · @farcaller
88 followers · 828 posts · Server hdev.im

There we go. ftw.

#greasemonkey

Last updated 1 year ago

Memo · @memo
713 followers · 121 posts · Server mv2k.com

Ich freue mich doch immer wieder, dass es schöne / Scripte für gibt 😀

#tampermonkey #greasemonkey #mastodon

Last updated 1 year ago

Kevin Karhan :verified: · @kkarhan
945 followers · 54151 posts · Server mstdn.social

@alanralph thanks.

I hope this gets added into all those like and shared as a Script.

#greasemonkey #ublockorigin #adblockers

Last updated 2 years ago

frater mus · @fratermus
50 followers · 760 posts · Server vmst.io

Replies I stopped myself from posting on

> What was your level of surprise upon learning that a script claiming to "Exploit CryptoRefills for free products" might be shady?

#reddit #greasemonkey

Last updated 2 years ago

New script: copy a link to the current play position to the clipboard when you press [S]

Not tested much, so you are also a testmonkey.

gist.github.com/Fortyseven/79c

#greasemonkey #youtube

Last updated 2 years ago