Hot answers tagged userscript
23
While SOIS might not want to do it, we, as the user, can. And the script is absolutely ridiculously simple - so simple that I'm surprised nobody has posted it yet. Ah well, free Meta rep here I come:
// ==UserScript==
// @name StackExchange Title Tag Remover
// @namespace yijiang
// @include http://stackoverflow.com/questions/*
// ...
6
As a workaround, George Edison was kind enough to write Copy Question Link Markdown - Making it easier to copy links to questions! This script adds a copy button to questions, which generates markdown with the link and question title, e.g. [Userscript to auto-replace SOFU links in ...
6
It depends on your browser. In Firefox, you need the Greasemonkey extension installed. Then just hit the install button on the web-page for the script of your choice.
This is all explained on the userscripts site itself.
3
I'm going to say this was a matter of having a cached, older version of the CSS. There were related code changes around this that went out in a build today, so if you had an old version of the CSS, then you would have seen the element visible on the page. Once you pulled the latest CSS file, the element would have then appropriately been hidden again.
2
I'm not sure a Greasemonkey script would be the right tool for the job, given the cross-scripting constraints and multiple tabs. I speak from experience, as StackInbox, a Chrome extension I wrote to preserve unread messages in the global inbox, started out as a Userscript.
Because there's no way to share data across different subdomains, I converted it to a ...
Only top voted, non community-wiki answers of a minimum length are eligible