Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

12
  • So.... if I ask a question here looking for a way to get the cursor decoration only but everywhere on the network, not just on question pages... is that something you could do? Commented Apr 1, 2019 at 20:12
  • @Catija yep! i can do that. Commented Apr 1, 2019 at 21:30
  • Cool! Asked: stackapps.com/questions/8289/… Commented Apr 1, 2019 at 21:57
  • 2
    Could someone please explain to me how I would go about installing/injecting this script? It's not intuitive and my Google-fu isn't strong enough. Thanks! PS: Not writing this as a comment to OP because I'm apparently not reputable enough. Commented Apr 2, 2019 at 6:38
  • 1
    You can install a userscript manager (Greasemonkey, Tampermonkey, Violentmonkey); they have an 'add' button where you can copy/paste the code. Commented Apr 2, 2019 at 7:08
  • Thank you! Well see if I've done it correctly in a day but considering the metatags in the code mentioning the domains I should be fine. Commented Apr 2, 2019 at 7:49
  • Greasemonkey doesn't like @match statements with a wildcard at the start of the domain, if using greasemonkey you should add a dot after the wildcard like this https://*.domain.com/ Commented Apr 2, 2019 at 12:29
  • My comment above might be moot, as it doesn't appear to run at all in greasemonkey. Running it in tampermonkey now and loving it! Thanks Commented Apr 2, 2019 at 12:36
  • 3
    @DarrenH I feel like I heard something about Greasemonkey not really being usable any more. You can use Tampermonkey or Violentmonkey instead. Commented Apr 3, 2019 at 13:48
  • All these monkeys are making me uncomfortable. I think I need a cup of tea Commented Apr 3, 2019 at 14:44
  • @astonearachnid Bug: Version 1.4 and 1.3 are on the same line. Commented Jun 26, 2019 at 16:37
  • @JL2210 status-completed now Commented Jun 26, 2019 at 19:36