Makaze's Script Shop [REQUESTS OPEN]

Discussion in 'Technology' started by Makaze, Jun 10, 2014.

Thread Status:
Not open for further replies.
  1. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    Welcome to my scripts thread. Here you will find codes that add to or change features on KH-Vids.net as well as other sites.

    These are client-side userscripts that you can install into your own browser. They are not a part of KHV itself.

    All version logs will be kept here. If you use these scripts, I highly suggest Watching this thread for updates.

    These scripts are not officially endorsed by the staff. Questions about how they work should be directed to me.

    JavaScript Codes



    Meta Scripts

    Makaze Scripts Options Menu 1.0.5

    Post Editing Scripts

    Auto-applying Macros 1.0
    Plaintext BBCode Buttons 1.0.4
    Post Style 5.1.3


    Standalone Resources (No install required)

    BBCode Post Editor
    Fire Emblem Stat Averager

    CSS Codes



    PM Styles

    Full Width PMs 1.0

    How to Make Requests



    Please post your requests in this thread.

    Request form:
    Code:
    [RIBBON][B][I]Code Request[/I][/B][/RIBBON]
    
    [B]Description:[/B] {What the code does}
    [B]Features:[/B] {Details about what it does}
    [B]Style:[/B] {Preferred visual style (if any)}

    Installation



    JavaScript

    Firefox
    1. Install Greasemonkey.
    2. Click the Raw button on the script page. Confirm the installation when prompted.
    3. Visit a XenForo forum.

    Chrome

    If you use Tampermonkey, follow the instructions for Firefox (replacing Greasemonkey with Tampermonkey).

    Tampermonkey shares many of the features of Greasemonkey, including automatic updates, but it is buggy. Use at your own risk.

    Direct installation:

    1. Right click the Raw button on the script page. Click Save Link As....
    2. Save the file with the extension .user.js. Example filename(s): Script_Name_with_Underscores.user.js.
    3. Drag the file into your Extensions menu. Click Add when the confirmation dialog appears.
    4. Visit a XenForo forum.

    CSS

    1. Install Stylish. [Firefox] [Chrome]
    2. Enter the Stylish menu and click Create new style.
    3. Name the style in the sidebar on the left.
    4. Check the Enabled checkbox below the Name field.
    5. Paste the CSS code from my post into the new style (the big text field on the right).
    6. Apply relevant URLs at the bottom of the editor. An example for KHV: URLs on the domain: kh-vids.net
    7. Save and visit the site.

    JavaScript: Makaze Scripts Options Menu 1.0.5



    Creates, edits and deletes options for my scripts.

    Currently has no use with XenForo other than deleting options for scripts you do not want to use anymore.

    Keyboard shortcuts:

    Alt+Shift+O to open/close

    Creating new options:
    1. Select New option... from the dropdown menu.
    2. Specify the option's name, type, and value.
    3. Click Save Option to submit.
    Editing options:

    **Object type options cannot be changed from this editor. Use their scripts instead.**
    1. Select the option from the dropdown menu.
    2. Change the option's value.
    3. Click Save Option to submit.
    Deleting options:
    1. Select the option from the dropdown menu.
    2. Click Delete Option to submit.
    Images:

    [​IMG]

    How to Install

    JavaScript: Auto-applying Macros 1.0



    Adds an option to automatically add a Macro to post fields. Change settings from the Macros menu page.

    Images:

    [​IMG]

    [​IMG]

    How to Install

    JavaScript: Plaintext BBCode Buttons 1.0.4



    Adds BBCode buttons to the Plaintext editor.

    Works in profile comments as well posts.

    Images:

    Plaintext Mode
    [​IMG]

    View Plaintext Mode with Rich Mode enabled
    [​IMG]

    Profile Comment
    [​IMG]

    How to Install

    JavaScript: Post Style 5.1.3



    **HTML is required for this script.**

    Wraps a post (or selected text on Plaintext) with a style of your choosing. Has an option to automatically apply to all posts. Similar to Auto-applying Macros, but much more advanced.

    When Auto-apply is enabled in Rich Text Mode, your style will be applied after you type a single letter. At any other time on Rich Text Mode, it will be applied to everything in the post that is not within quote tags.

    On Plaintext Mode, it acts like a custom BBCode button that wraps the text you select with your style when clicked or auto-applied.

    If you do not understand how to use this, use Auto-applying Macros instead. It's a simpler script that probably serves your purposes.

    Settings can be edited from the Personal Details page.

    Images:

    [​IMG]

    [​IMG]

    [​IMG]

    BBCode → HTML Help

    **Note!: All tag closing rules that apply to BBCode also apply to HTML.
    <b><i></i></b> and [B][I][/I][/B] are correct; <b><i></b></i> and [B][I][/B][/I] are not.**

    • Plaintext

      Prefix: [B], Suffix: [/B]

      Rich Text

      Prefix: <b>, Suffix: </b>
    • Plaintext

      Prefix: [I], Suffix: [/I]

      Rich Text

      Prefix: <i>, Suffix: </i>
    • Plaintext

      Prefix: [U], Suffix: [/U]

      Rich Text

      Prefix: <u>, Suffix: </u>
    • Plaintext

      Prefix: [S], Suffix: [/S]

      Rich Text

      Prefix: <strike>, Suffix: </strike>
    • Plaintext

      Prefix: [COLOR=ColorValue], Suffix: [/COLOR]

      Rich Text

      Prefix: <span style="color: ColorValue;">, Suffix: </span>
    • Plaintext

      Prefix: [FONT=FamilyName], Suffix: [/FONT]

      Rich Text

      Prefix: <span style="font-family: FamilyName;">, Suffix: </span>
    • Plaintext

      Prefix: [SIZE=#px], Suffix: [/SIZE]

      Rich Text

      Prefix: <span style="font-Size: #px;">, Suffix: </span>
    • Plaintext

      Prefix: [URL=LinkURL], Suffix: [/URL]

      Rich Text

      Prefix: <a href="LinkURL">, Suffix: </a>
    • Plaintext

      Prefix: [CENTER], Suffix: [/CENTER]

      Rich Text

      Prefix: <p style="text-align: center;">, Suffix: </p>
    • Plaintext

      Prefix: [RIGHT], Suffix: [/RIGHT]

      Rich Text

      Prefix: <p style="text-align: right;">, Suffix: </p>
    • Plaintext

      Prefix: [INDENT=1], Suffix: [/INDENT]

      Rich Text

      Prefix: <blockquote style="margin: 0 0 0 40px; border: none; Padding: 0px;"><p>, Suffix: </p></blockquote>


    JavaScript: Block Signatures by User 2.2.1



    Adds a button to show and hide specific users' signatures.

    Images:

    [​IMG]

    [​IMG]

    How to Install

    JavaScript: Hide Gender in Miniprofiles 1.0



    Like it says on the tin.

    Images:

    [​IMG]

    [​IMG]

    How to Install

    JavaScript: Isolate Posts by User 1.0



    Adds a button to the Miniprofile that displays all of the user's posts in the thread.

    Useful for hunting Mafia.

    Images:

    [​IMG]

    How to Install

    JavaScript: Navigation Shortcuts 2.0.4



    Adds customizable keyboard shortcuts to help quickly navigate the forum.

    Default keyboard shortcuts:

    J to scroll down one post
    K to scroll up one post
    H to go forward one page
    L to go back one page
    Shift+H to go to the last page
    Shift+L to go to the first page

    Changing shortcuts:
    1. Click Navigation Shortcuts in the Account dropdown menu.
    2. Click Capture below the option you want to change.
    3. Press the shortcut you want to use. You may use combinations with Ctrl, Shift, Alt and the Command key for Apple users.
    4. Click Submit when the shortcut you want is displayed. Click Save Changes to finalize your decision.
    Images:

    [​IMG]

    [​IMG]

    [​IMG]

    How to Install

    JavaScript: Message Archiver 2.0.1



    Converts XenForo thread and conversation messages into text format for easy archiving.

    Use:
    1. Click the Export Messages button in the Thread or Conversation Tools at the top of the page to begin retrieving an archive. Messages from the current page and onward will be archived. This may take a few minutes.
    2. Wait for Done! to appear in the bottom right of the screen. Click it to show the archive.
    3. Click Download in the bottom right of the screen to save.
    4. Click Close in the bottom right of the screen to close.
    Archives are formatted for Markdown as of 2.0.0. Use a Markdown reader such as StackEdit to see how it looks.

    Example output:

    Code:
    # Archive: Makaze's Script Shop [REQUESTS OPEN]
    # Type: Thread
    
    ## Page 2
    
    ------------------------------------------------
    
    ### Post #21
    #### Author: Makaze
    #### Posted: Oct 11, 2014 at 5:55 PM
    
    > J a c k said:  
    >  
    > Just thought I'd let you know that your image for Isolate Posts by User is no longer available.  
      
    Must have been temporary or just you. It's working fine on my end even after a hard refresh (no cache).
    
    ------------------------------------------------
    
    ### Post #22
    #### Author: Amaury
    #### Posted: Oct 11, 2014 at 6:15 PM
    
    > Makaze said:  
    >  
    > Must have been temporary or just you. It's working fine on my end even after a hard refresh (no cache).  
      
    Yeah, it's fixed now.
    
    ------------------------------------------------
    
    ### Post #23
    #### Author: Makaze
    #### Posted: Oct 28, 2014 at 3:23 PM
    
    **Updates!: New features.  
      
    [Plaintext BBCode Buttons](http://kh-vids.net/threads/makazes-script-shop-requests-open.146540/#PlaintextBBCodeButtons) 1.0.4  
      
    Adds buttons to profile comments! Profile comments support _Bold_, _Italic_, _Underline_, _Strike-through_, and _URL_ BBCodes. This function works on all editor modes because there is no Rich editor for profile comments.**
    
    ------------------------------------------------
    
    ### Post #24
    #### Author: Makaze
    #### Posted: Nov 26, 2014 at 10:24 PM
    
    New script.  
      
    _**JavaScript: [Expanded Search Results](http://kh-vids.net/threads/146540/#ExpandedSearchResults)** 1.0.0_  
      
    **Shows expanded posts in search results instead of snippets.**  
      
    		--- Double Post Merged, Nov 26, 2014 ---  
      
    **Updates!: New features.  
      
    [Expanded Search Results](http://kh-vids.net/threads/146540/#ExpandedSearchResults) 1.1.0  
      
    Expansion is optional.  
      
     * To expand individual results, click the **Expand** button to the top right of the result.  
     * To expand all results on the page, click the **Expand All** button to the right of the pagination menu at the top of the page.  
      
    **
    
    ------------------------------------------------
    
    ### Post #25
    #### Author: Makaze
    #### Posted: Nov 27, 2014 at 8:11 PM
    
    New script. Don't know why I didn't think of it earlier.  
      
    _**JavaScript: [Alerts in Page Title](http://kh-vids.net/threads/146540/#AlertsinPageTitle)** 1.0.0_  
      
    **Shows the number of alerts at the beginning of the page title. Includes PM, forum, other notifications..**
    
    ------------------------------------------------
    
    ### Post #26
    #### Author: Nights™
    #### Posted: Nov 29, 2014 at 2:04 AM
    
    Hey Makaze, was just wondering if you'd be able to create an option in preferences to toggle sidebars, to remove them completely.  
      
    I was actually trying to look into this myself and, not being very good at javascript, I only got as far as the css required to hide the sidebar and restore full width to the main content area.  
      
    ~~~ Spoiler: Code:  
    ``` Code:  
    .mainContent  {  
        margin-right: none !important;  
    }  
      
    .sidebar {  
        display: none !important;  
    }  
    ```  
    ~~~  
      
    I know it'd be easy to set a profile field through XenForo to do this but I have no idea how to script java >.<  
      
    Thanks in advance,  
      
    Nights ^^
    
    ------------------------------------------------
    
    ### Post #27
    #### Author: Makaze
    #### Posted: Nov 29, 2014 at 3:28 AM
    
    > Nights™ said:  
    >  
    > Hey Makaze, was just wondering if you'd be able to create an option in preferences to toggle sidebars, to remove them completely.  
    >  
    > I was actually trying to look into this myself and, not being very good at javascript, I only got as far as the css required to hide the sidebar and restore full width to the main content area.  
    >  
    > ~~~ Spoiler: Code:  
    > ``` Code:  
    > .mainContent  {  
    >     margin-right: none !important;  
    > }  
    >  
    > .sidebar {  
    >     display: none !important;  
    > }  
    > ```  
    > ~~~  
    >  
    > I know it'd be easy to set a profile field through XenForo to do this but I have no idea how to script java >.&lt;  
    >  
    > Thanks in advance,  
    >  
    > Nights ^^  
      
    Using CSS is the easiest way to do it. Go ahead and view the CSS installation instructions in the first post. Should be golden.
    
    ------------------------------------------------
    
    ### Post #28
    #### Author: Makaze
    #### Posted: Dec 4, 2014 at 2:54 PM
    
    **Updates!: Bug fix.  
      
    [Expanded Search Results](http://kh-vids.net/threads/146540/#ExpandedSearchResults) 1.2.0  
      
    Fixed some style errors on expanded posts.**
    
    ------------------------------------------------
    
    ### Post #29
    #### Author: Makaze
    #### Posted: Dec 7, 2014 at 1:09 AM
    
    New script.  
      
    _**JavaScript: [Prevent Video Preload](http://kh-vids.net/threads/146540/#PreventVideoPreload)** 1.0.0_  
      
    **Minimizes CPU and Network resource usage by preventing videos from automatically pre-downloading. Adds a button to load the video instead.**
    
    ------------------------------------------------
    
    ### Post #30
    #### Author: Makaze
    #### Posted: Dec 13, 2014 at 7:26 PM
    
    New UI script.  
      
    _**JavaScript: [Toggle Categories](http://kh-vids.net/threads/146540/#ToggleCategories)** 1.0.0_  
      
    **Toggle the visibility of categories by clicking the title bar.**  
      
    		--- Double Post Merged, Yesterday at 7:26 PM ---  
      
    **Updates!: Bug fix.  
      
    [Expanded Search Results](http://kh-vids.net/threads/146540/#ExpandedSearchResults) 1.2.1  
      
    Now hides all **Expand All** buttons instead of just the one you click.**

    Images:

    [​IMG]

    [​IMG]

    [​IMG]

    How to Install

    JavaScript: Member Nicknames 1.0.1



    Adds an optional customized Nickname field to the profiles of members of your choice.

    Click the Nickname button near the top of a user's Member Card or Profile to change their nickname.

    Alternately, click a user's nickname in a profile field to edit an existing nickname inline without opening their Member Card or changing the page.

    Images:

    [​IMG]

    [​IMG]

    [​IMG]

    [​IMG]

    [​IMG]

    How to Install

    JavaScript: Avatar Preview 1.0



    Generates a post preview for an avatar.

    Click Avatar Preview in the Account dropdown menu to open the dialog. Once in the dialog, press Choose file, pick your avatar, and voilà.

    Images:

    [​IMG]

    [​IMG]

    How to Install

    CSS: Full Width PMs 1.0



    Moves the PM sidebar to make way for a full-width conversation that reads like a normal thread.
    Code:
    .conversation_view .mainContent {
    	margin-right: 0px;
    }
    
    .conversation_view .sidebar {
    	position: fixed;
    	right: 5px;
    	bottom: 0px;
    	z-index: 999999;
    }
    
    .conversation_view .sidebar .visitorPanel {
    	-webkit-box-shadow: 0px 2px 5px 1px #0e0e0e;
    	-webkit-box-shadow: 0px 2px 5px 1px #0e0e0e;
    	-moz-box-shadow: 0px 2px 5px 1px #0e0e0e;
    	-khtml-box-shadow: 0px 2px 5px 1px #0e0e0e;
    	box-shadow: 0px 2px 5px 1px #0e0e0e;
    }
    Images:

    [​IMG]

    [​IMG]

    How to Install

    JavaScript: Expanded Search Results 1.2.0



    Shows expanded posts in search results instead of snippets.

    Expansion is optional.
    • To expand individual results, click the Expand button to the top right of the result.
    • To expand all results on the page, click the Expand All button to the right of the pagination menu at the top of the page.
    Images:

    [​IMG]

    [​IMG]

    How to Install

    JavaScript: Alerts in Page Title 1.0.0



    Shows the number of alerts at the beginning of the page title. Includes PM, forum, other notifications.

    Images:

    [​IMG]

    How to Install

    JavaScript: Prevent Video Preload 1.0.1



    Minimizes CPU and Network resource usage by preventing videos from automatically pre-downloading. Adds a button to load the video instead.

    Images:

    [​IMG]

    How to Install

    JavaScript: Toggle Categories 1.0.0



    Toggle the visibility of categories by clicking the title bar.

    Images:

    [​IMG]

    How to Install

    JavaScript: Lockpick Quotes 1.0.0



    Enables quoting posts from locked threads as MultiQuotes.

    Images:

    [​IMG]

    How to Install

    JavaScript: Auto-refresh Users Viewing Thread 1.0.0



    Refreshes the 'Users Viewing Thread' field every 10 seconds.

    How to Install
     
    Last edited: Dec 19, 2014
  2. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    Updates!

    Makaze Scripts Options Menu 1.0.5

    Added style bits to blend with XenForo.​

    Navigation Shortcuts 2.0

    Can now use customized shortcuts instead of defaults. See the post for how it works.
    [DOUBLEPOST=1402538716][/DOUBLEPOST]Updates!: Bug fixes.

    Post Style 5.1.1
    Navigation Shortcuts 2.0.1

    Bug fixed: Did not scroll all of the way to the target.​
    [DOUBLEPOST=1402553968][/DOUBLEPOST]Updates!: Bug fixes.

    Navigation Shortcuts 2.0.2

    Bug fixed: Closing the menu without submitting prevented you from typing.​
    [DOUBLEPOST=1402611992][/DOUBLEPOST]Updates!: Bug fixes.

    Post Style 5.1.2
    Navigation Shortcuts 2.0.3

    Bug fixed: Scrolling did not work in Firefox.​
     
    Last edited: Jun 12, 2014
  3. Jiηx You're such a loser.

    Joined:
    Sep 27, 2006
    Gender:
    Lord
    Location:
    Twisting like a flame in a slow dance, baby.
    1,426
    Using the Post Style one as I used to long before you got back, useful as all get out for lazy people like me who don't want to have to do anything each post to get their preferred fonts and colours.
     
  4. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    Since you mentioned it:

    I added helpful HTML keys for people who want to use the Post Style script without learning HTML.
     
  5. silverhikari Traverse Town Homebody

    Joined:
    Apr 5, 2007
    Location:
    Infectus Regnum
    5
    130
    Code Request

    Description: Saves the text of a thread/conversation in a text format.
    Features: Works through the pages of a conversation and saves the text to be put into a text format document on the user's end.
    Style: N/A...? I'm guessing this doesn't apply to a script like this.
     
  6. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    Request filled! Please tell me what you think after you try it out.

    JavaScript: Message Archiver 1.0

    Converts XenForo thread and conversation messages into text format for easy archiving.

    This script will cycle through each page of a Thread or Conversation and compile a text document containing all of the messages therein. When finished, it will output the entire document into a textarea that you can copy into a text editor of your choice.

    Click the 'Export Messages' button in the Thread or Conversation Tools at the top of the page to begin retrieving an archive.

    Save the archive to a text file to save it permanently.

    If the archive exceeds the maximum storage space for the domain, the script will provide the archive up to that point. Save the unfinished archive to a text file and click Continue to clear the current buffer and retrieve the rest of the archive.
     
    Last edited: Jun 20, 2014
  7. Technic☆Kitty Hmm

    Joined:
    Apr 2, 2010
    Gender:
    Male
    Location:
    Indiana, USA
    1,299
    Code Request

    Description: Add an option for user defined nicknames.
    Features: An option in mini-profiles for users to define nicknames for individual members which would be displayed in a user info field in the nicknamed user's mini-profile.
    Style: XenForo, I suppose.

    This one popped into my head when giving your hide signature code a go. I'm not an adept coder myself so I'm not sure how much work this would require but I'm sure several users, including myself, would love to have this installed on their browsers. These codes are simply genius. I've already installed the auto-apply macros, hide signatures, and navigation shortcuts codes. It's like they're actually part of the XenForo software, except for a minor lag on hide-signatures but I understand why that occurs. I look forward to seeing more of these amazing tweaks of yours ^^
     
  8. silverhikari Traverse Town Homebody

    Joined:
    Apr 5, 2007
    Location:
    Infectus Regnum
    5
    130
    I think that you are quite literally a lifesaver. The entire 2200+ page conversation archived in less than six hours, and a serious amount of peace of mind gained. Thank you so freaking much! (also I have learned that Tampermonkey is so unstable compared to Greasemonkey, and that is something I will remember going forward. Thanks for that, too!)
     
  9. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    Where do you want the nickname to appear? I can put it just about anywhere.
    Told you it would take a while.

    Glad it worked out in the end. Didn't run out of space? I guess 5MB is quite a lot when you are counting each character as 1B.
     
    Last edited: Jun 21, 2014
  10. Technic☆Kitty Hmm

    Joined:
    Apr 2, 2010
    Gender:
    Male
    Location:
    Indiana, USA
    1,299

    Above "Joined:" so it would be the first field listed in the mini-profile. You are truly amazing ^^


    -Nights
     
  11. silverhikari Traverse Town Homebody

    Joined:
    Apr 5, 2007
    Location:
    Infectus Regnum
    5
    130
    Ran out of space about every 650 pages, actually, (four times in total) but saving what it had converted was easy peasy once I'd switched to Firefox. Yes I did start in Chrome, yes I learned that lesson. xD;; thanks again!
     
  12. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    What was different in Firefox?[DOUBLEPOST=1403406670][/DOUBLEPOST]
    Request filled. I like this one; it will help me keep track of name changes.

    JavaScript: Member Nicknames 1.0

    Adds an optional customized Nickname field to the profiles of members of your choice.

    Click the Nickname button near the top of a user's Member Card or Profile to change their nickname.

    Alternately, click a user's nickname in a profile field to edit an existing nickname inline without opening their Member Card or changing the page.
    [DOUBLEPOST=1403406914][/DOUBLEPOST]Updates!: Bug fixes.

    Block Signatures by User 2.2.1

    Bug fixed: Marked all signatures as blocked if it found one.​
     
    Last edited: Jun 21, 2014
  13. Technic☆Kitty Hmm

    Joined:
    Apr 2, 2010
    Gender:
    Male
    Location:
    Indiana, USA
    1,299
    You are absolutely wonderful! I love it ^^ It fits in seamlessly with XenForo just like it was an official feature. Now I've got to get to work nicknaming everyone.

    EDIT: I also love the real-time update when changing a nickname via member card. Absolutely fantastic!

    -Nights
     
  14. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    The real time update happens no matter what method you use (limited to the page you update it on).
    Sorry I didn't quote you before. What was different when you switched to Firefox?
     
  15. silverhikari Traverse Town Homebody

    Joined:
    Apr 5, 2007
    Location:
    Infectus Regnum
    5
    130
    It actually worked? xD;; nothing was different appearance wise, but Chrome would run through the first 648 pages, then struggle to do anything else. I would hit "okay" to copy what it had gotten and it would taken half an hour and multiple page/browser hangs just to get it. Then, once I'd gotten the text, it wouldn't respond to hitting continue. Most of the time it took to get everything was spent waiting on Chrome and Tampermonkey to work, not actually waiting on the script to run through the pages. In Firefox there was one instance of a browser hang, but that was on the last run through and likely my old hardware pitching a fit instead of anything else. Like you said above, Tampermonkey's buggy. A few problems were...definitely to be expected, I suppose. Memory hog it may, but Firefox has always been more stable.
     
  16. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    Ah, yes. Chrome does seem to have issues with selecting large amounts of text from textareas and/or accessing localStorage when it gets that full. Forgot about that.

    Let me know if you need anything else.
     
  17. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    Last edited: Jun 25, 2014
  18. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    New script inspired by a Feedback request.

    JavaScript: Avatar Preview 1.0

    Generates a post preview for an avatar.

    Click Avatar Preview in the Account dropdown menu to open the dialog. Once in the dialog, press Choose file, pick your avatar, and voilà.
     
    Last edited: Aug 5, 2014
  19. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    New script because I wanted it.

    CSS: Full Width PMs 1.0

    Moves the PM sidebar to make way for a full-width conversation that reads like a normal thread.
     
  20. Amaury Legendary Hero

    Joined:
    Jan 15, 2007
    Gender:
    Male
    Location:
    Ellensburg, WA
    1,692
    Just thought I'd let you know that your image for Isolate Posts by User is no longer available.
     
Thread Status:
Not open for further replies.