SUGGESTIONS
![]() ![]() |
Update to modify an @include that lets you use the keyboard shortcuts with this script. |
![]() ![]() |
Latest update allows you to use selection quoting while replying to private messages. If you've already installed the other script, uninstall it since this script now contains the same functionality. |
![]() ![]() |
In this diff you seem to have busted the "look and feel" of the up and down arrows in replies by putting in some really odd characters... If you are looking to "XHTML spec" it... use unicode escaping e.g. e.g.
...
create('a', {href: '#header',
textContent: '\u21d1',
style: 'font-size:14px;align:left;'}),
create(' | '),
create('a', {href: '#footer',
textContent: '\u21d3',
...
Also inline reply to pm seems to be broken because of this perhaps. |
![]() ![]() |
Marti wrote:Sorry I was editing the script on a windoze computer in the library. Fixed now. |
![]() ![]() |
sizzlemctwizzle wrote:LOL Notepad? ;) Thanks :) |
![]() ![]() |
Marti wrote:Notepad++ actually. Haven't written any code in Notepad for a few years. |
![]() ![]() |
Hi,
Before your script it worked, but now shortcuts are between the text and the button. Thanks! |
![]() ![]() |
Version 2.2.5.8 CHANGELOG
Known issues:
Thanks for the accepting Sizzle ;) :P Version 2.2.5.9 CHANGELOG - Checks the local list to see if it's already present to prevent duplicates... this is different than the check for duplicates already reported in the spam topic. - Known issues fixed from 2.2.5.8 Many Thanks Sizzle! :) |
![]() ![]() |
I find the wordwrap on code blocks annoying. It's easy to disable, though (remove |
![]() ![]() |
Mango wrote:Try using this script. It is geared more towards the look and the feel of USO versus what this scripts functionality is. :) |
![]() ![]() |
Suggestions for spam reporting:
|
![]() ![]() |
ameboide wrote:Since the popup form dialog doesn't get initialized on that page this is currently not possible without generating it from scratch and doing some voodoo. 2.2.5.8 started in with that but, with the complete code not published, it bombed due to this... luckily I didn't have the code in when Sizzle reviewed it and posted that version. Another thing you are completely missing is that you should only report a user once... this is how all the admins prefer it. So technically this request should be denied as it is a waste of end user resources with multiple click listeners and conditionals. ameboide wrote:Same problem as before. Everyone is capable of going to a single page. ameboide wrote:Not sure why you struck this out... but some of these are probably beyond the scope of this script and more of a USO backend request as you already know. ;) |
![]() ![]() |
Marti wrote:I meant reporting from the list of reviews of the script, not the list of reviews made by the user... The previous reason still stands anyway, so nevermind. Marti wrote:Everyone is capable of most of the things this or any other script does, it was just a matter of saving one click. But again, the other reason is still good enough. Marti wrote:And that's exactly why I struck that out :P |
![]() ![]() |
Something that you might like is a more editor like textarea in terms of indentation. Example implementation: https://github.com/Tim-Smart/userscripts/commit... USO meets Markdown is using it and I love it so much you just might too :) HTML doesn't quite need it as much as markdown, but it can make sure complex html structures are easier to manage. Also makes editing code snippets a lot more tolerable. |
![]() ![]() |
Version 2.2.5.10 CHANGELOG
For those of you that are new to this... the black box that pops up is part of USO and is currently required to submit a report. Therefore any page that doesn't have this initialized by USO will currently not be able to dynamically add a Report Spam button nor the quick dashboard link. This is by USO design. - Workaround for failed deleted items being out of sync with persistent storage. Addresses this SUGGESTION
KNOWN ISSUES
Many thanks Sizzle! :) |
![]() ![]() |
Tested Marti's latest version and nothing appeared to be broken so I uploaded it. Thanks again Marti. |
![]() ![]() |
Suggestion: If I've reported spam and then a couple minutes later I report more spam, and nobody else reported spam between those two reports, the spam report topic gets 2 posts in a row from me. No big deal, but it can add up if someone reports lots of spam in a row but doesn't submit it all at once. I'd like to suggest that the previous report gets deleted and merged into the new post. This could be achieved by checking if the last post in the topic is by me, and if it is, copy its contents into the pending spam report, delete the post, and then post the new spam report. |
![]() ![]() |
Takato wrote:I understand this desire quite well however if the other admins are busy working on cleanup this could lead to major conflicts. Best to do it manually if you must and make sure you page refresh often. You can "edit the spam" report and copy the text into one of your previous posts... just add a <hr /> in between reports to ease the admins duties.
|
![]() ![]() |
There seems to be a remnant of the Prototype library in this script which is causing bbCodes not to resolve properly on occasion. This line in the current version (2.2.5.10 Jul 7, 2011 17:09):
var text2=text1.indexOf("Ajax")!=1?"; revertTextAreas();":"";
should probably read as: var text2=text1.indexOf("ajax")!=-1?"; revertTextAreas();":"";
Notice the lowercase a and the negative 1 instead of positive 1...Thanks for the look :) This appears to fix escaping on Issues tab textareas as well... still reconfirming... confirmed 2.2.6 - Fixes bbCode style parsing in code and pre tags in certain situations - Fixes less than and greater than escaping in certain situations - Fixes "toTop" arrow link to point to #top instead of #header for USO theme tweak
- Convert up down arrows to solid arrows to denote all the way to the top and all the way to the bottom instead of context... symmetry with everyone else. :) - Added @installURL and @updateURL so users will get your version on next update if using GMs updater and it triggers before AAU and using this patch. Currently using http instead of https for these. - @include keys for secure on userscripts.org... standard glob pattern matching since I don't know how far back in Firefox/Greasemonkey you are supporting. Hope to have this accepted! :) |
![]() ![]() |
Marti wrote:Nicely done. Edited my description page for this script and everything looks correctly (unlike in the past where I had to turn the script off to edit it). Uploaded your modified version with an bumped version number. |
![]() ![]() |
sizzlemctwizzle wrote:hehe yah... I was doing that too... got to be a little tedious. Thanks! :) |
![]() |
Hey guys. It's great to see that you are still updating this very useful script! But what about the 100x more useful spin-off script you created takes these features and give it to all websites, not just userscripts.org? I really hope you will update that one too with all the latest news, and have a look at my two threads over there regarding places it doesn't work. Thank you so much for your great work! It's a fantastic time/frustration saver! :) |
![]() ![]() |
forteller wrote:That script was primarily created for GitHub, but I decided to make it general so it could be used elsewhere. This script is more important because it makes using this site less painful and hopefully that helps keep users here. |
![]() ![]() |
A suggestion:
Thank you |
![]() ![]() |
pre release candidate with next rc pre release @version. - Generalized the wording for reports in the dashboard (e.g. "7 Reports" instead of "7 Spam Reports")
KNOWN ISSUES
Currently there isn't an easy way to check for other user duplicates for empty topics but it does currently check same user duplicates stored before submission. Code isn't as tightly compressed as Sizzles base but it is a quick hack to get this feature in to do a little clean up for the "Flag Spam" option recently included with USO. Hope to have this rechecked and accepted. :) |




