Jump to content

Makaze's Script Shop [REQUESTS OPEN]


Makaze
 Share

Recommended Posts

54 minutes ago, Elieson said:

New Request, since you can't get enough of me.

 

Currently in the Unread Content view, if you decide to click a URL and be brought to a thread that you've already become up-to-date on, you're brought to Page 1 - Post 1. Can you add a button that could bring you to the most recent post in a thread, even if you've already read it.

This already happens if you click the part that says "2hr" or "45min" or whatever the time happens to be, doesn't it?

Edited by Balcerzak
Link to comment
Share on other sites

  • Replies 284
  • Created
  • Last Reply

Top Posters In This Topic

Just now, Balcerzak said:

This already happens if you click that says "2hr" or "45min" or whatever the time happens to be, doesn't it?

Shoot, that is clickable.

It's not very apparent on first glance. Might just play with Stylish to make it Bold or something, just so it stands out as a clickable.

Link to comment
Share on other sites

On 2/12/2015 at 8:50 PM, Makaze said:

JavaScript: Custom Avatars 2.0.0
// requested by Kon

Allows users to customise or remove the avatars of other users on their display.

Click 'Customise Avatar' below a user's avatar in a thread or on their profile to change user-specific settings.

Only applies to the forum interface.

How to Install

Upgraded for the new software! Your old settings should still hold, so if you update to this version, all of your old avatar settings will carry over.

Link to comment
Share on other sites

Updated the buttons code for the Green theme since it's the default:

a[data-action="quoteComment"], a[data-action="editComment"], .ipsComment_controls a[href*=edit], a[data-action="defaultStream"], a[data-action="markSiteRead"], a[data-role="shareComment"] {
	background-color: #222;
	box-shadow: 0px 2px 0px;
	font-weight: bolder;
	padding: 5px 10px;
	border-radius: 3px;
	filter: brightness(2);
	color: #547d54 ! important;
}

a[data-action="quoteComment"]:hover, a[data-action="editComment"]:hover, .ipsComment_controls a[href*=edit]:hover, a[data-action="defaultStream"]:hover, a[data-action="markSiteRead"]:hover, a[data-role="shareComment"]:hover {
	color: #ad1457 ! important;
}

.ipsBreadcrumb li {
	overflow: visible ! important;
}

 

Edited by Makaze
Link to comment
Share on other sites

20 hours ago, Makaze said:

Fixed.

3908ad11a7.png

I don't see any changes to position or padding between the old code either, so idk why you say it's fixed. Maybe you edited the old version when you made it green?

EDIT: It might be cool if you could leave old versions of the Stylish things in spoilers? Like if people preferred the old colors or something. I can change it myself, but idt that's something everyone can easily do.

Edited by Euklyd
Link to comment
Share on other sites

1 hour ago, Euklyd said:

3908ad11a7.png

I don't see any changes to position or padding between the old code either, so idk why you say it's fixed. Maybe you edited the old version when you made it green?

EDIT: It might be cool if you could leave old versions of the Stylish things in spoilers? Like if people preferred the old colors or something. I can change it myself, but idt that's something everyone can easily do.

Sounds like you're right.

I will add both versions here:

Serenes Forest (Default)

Spoiler

a[data-action="quoteComment"], a[data-action="editComment"], .ipsComment_controls a[href*=edit], a[data-action="defaultStream"], a[data-action="markSiteRead"], a[data-role="shareComment"] {
	background-color: #222;
	box-shadow: 0px 2px 0px;
	font-weight: bolder;
	padding: 5px 10px;
	border-radius: 3px;
	filter: brightness(2);
	color: #547d54 ! important;
}

a[data-action="quoteComment"]:hover, a[data-action="editComment"]:hover, .ipsComment_controls a[href*=edit]:hover, a[data-action="defaultStream"]:hover, a[data-action="markSiteRead"]:hover, a[data-role="shareComment"]:hover {
	color: #ad1457 ! important;
}

.ipsBreadcrumb li {
	overflow: visible ! important;
}

a[data-role="shareComment"] .fa {
    position: relative;
    right: 5px;
}

Blue Skies

Spoiler

a[data-action="quoteComment"], a[data-action="editComment"], .ipsComment_controls a[href*=edit], a[data-action="defaultStream"], a[data-action="markSiteRead"], a[data-role="shareComment"] {
	background-color: #222;
	box-shadow: 0px 2px 0px;
	font-weight: bolder;
	padding: 5px 10px;
	border-radius: 3px;
	filter: brightness(2);
	color: #3c6994 ! important;
}

a[data-action="quoteComment"]:hover, a[data-action="editComment"]:hover, .ipsComment_controls a[href*=edit]:hover, a[data-action="defaultStream"]:hover, a[data-action="markSiteRead"]:hover, a[data-role="shareComment"]:hover {
	color: #ad1457 ! important;
}

.ipsBreadcrumb li {
	overflow: visible ! important;
}

a[data-role="shareComment"] .fa {
    position: relative;
    right: 5px;
}
Edited by Makaze
Link to comment
Share on other sites

Inspired by the new Night Forest skin, I present Midnight Forest.

Theme: Midnight Forest 1.0.0

OAKOI4H.jpg

faIgSgq.png

Use the link above with Stylish or enter the CSS below directly.
Apply on the domain serenesforest.net.

Spoiler

body {
	background-color: #222;
}

#ipsLayout_header header {
	background-color: #222;
}

#ipsLayout_contentWrapper {
	background-color: #282828;
}

.ipsBox:not( .ipsBox_transparent ):not( .ipsModerated ), .ipsList_reset.ipsPad {
	background-color: #333;
}

.ipsPad {
	background-color: #2c2c2c;
}

.ipsAreaBackground_reset {
	background-color: #333;
}

.ipsDataList.ipsDataList_zebra .ipsDataItem:not( .ipsDataItem_selected ):not( .ipsModerated ):not( .ipsDataItem_new ):not( .ipsDataItem_success ):not( .ipsDataItem_warning ):not( .ipsDataItem_error ):not( .ipsDataItem_info ):not( .ipsDataItem_status ):nth-child(even) {
	background-color: #383838;
}

.ipsPagination.ipsPagination_mini a {
	color: #aaa;
	text-shadow: 0px 1px 0px #222;
}

.ipsDataList.ipsDataList_zebra .ipsDataItem:not( .ipsDataItem_selected ):not( .ipsModerated ):not( .ipsDataItem_new ):not( .ipsDataItem_success ):not( .ipsDataItem_warning ):not( .ipsDataItem_error ):not( .ipsDataItem_info ):not( .ipsDataItem_status ):nth-child(even) {
	background-color: #383838;
}

.cPost, .cPost_contentWrap {
	background-color: #333 ! important;
}

.ipsQuote, .ipsSpoiler {
	border-color: #1a1a1a;
	background: #2a2a2a;
}

.ipsQuote_citation, .ipsSpoiler_header {
	background-color: #222;
	color: inherit;
}

.ipsQuote_citation a {
	color: inherit ! important;
}

.ipsComposeArea_editor {
	background-color: #222;
}

.ipsComposeArea_withPhoto .ipsComposeArea_editor:before {
	border-color: transparent #222 transparent transparent ! important;
}

.ipsComposeArea_dummy {
	background-color: #2a2a2a;
	color: #aaa;
}

.cke_wysiwyg_frame, .cke_wysiwyg_div {
	background-color: #333 ! important;
}

.cke_top {
	border-bottom: 1px solid #222 ! important;
	box-shadow: 0 1px 0 #2a2a2a inset ! important;
	background-image: linear-gradient(to bottom,#2a2a2a,#222) ! important;
}

.cke_chrome {
	border: 1px solid #1a1a1a ! important;
}

.ipsAreaBackground_light {
	background-color: #2c2c2c;
}

.ipsMenu {
	border: 1px solid #1a1a1a;
	background: #2a2a2a;
}

.ipsMenu.ipsMenu_bottomRight:before {
	border-color: transparent transparent #1a1a1a transparent ! important;
}

.ipsMenu.ipsMenu_bottomRight:after {
	border-color: transparent transparent #2a2a2a transparent ! important;
}

ul:not( .ipsMenu_keyNav ) .ipsMenu_item:not( .ipsMenu_itemClicked ):not( .ipsMenu_itemDisabled ) a:hover, .ipsMenu_item[data-selected] a, .ipsMenu_item[data-selected] span, .ipsMenu_item.ipsMenu_hover {
	background: #222 ! important;
}

.ipsDataList_readStatus .ipsDataItem:not( .ipsDataItem_unread ):not( .ipsDataItem_selected ):not( .ipsModerated ) {
	background-color: #2a2a2a;
}

.ipsDataItem {
	border-color: #222;
}

.ipsMenu_headerBar, .ipsMenu_footerBar {
	border-color: #222;
}

.ipsComment {
	background: #222;
}

.ipsComment:not( .ipsModerated ) .ipsComment_header {
	background: #222;
}

.ipsTabs_panels.ipsTabs_contained {
	border-color: #222;
}

.ipsTabs_panel {
	background-color: #333;
}

.ipsHovercard {
	background-color: #333;
	border-color: #1a1a1a;
}

.ipsHovercard_stemBottom .ipsHovercard_stem {
	border-color: transparent transparent #333 transparent;
}

.ipsHovercard_stemBottom .ipsHovercard_stem:before {
	border-color: transparent transparent #1a1a1a transparent;
}

.ipsApp .ipsField_autocomplete, .ipsApp textarea, .ipsApp input[type="text"], .ipsApp input[type="password"], .ipsApp input[type="datetime"], .ipsApp input[type="datetime-local"], .ipsApp input[type="date"], .ipsApp input[type="month"], .ipsApp input[type="time"], .ipsApp input[type="week"], .ipsApp input[type="number"], .ipsApp input[type="email"], .ipsApp input[type="url"], .ipsApp input[type="search"], .ipsApp input[type="tel"] {
	background-color: #444;
	border-color: #1a1a1a;
}

.ipsImage_thumbnailed {
	border-color: transparent;
}

aside.ipsComment_author.cAuthorPane.ipsColumn.ipsColumn_medium img {
	height: auto ! important;
	width: auto ! important;
	max-width: 150px ! important;
	max-height: 150px ! important;
	border-radius: 0px ! important;
}

[data-ipshover] img {
	border-radius: 0px ! important;
}

 

Edited by Makaze
Link to comment
Share on other sites

not sure what this would be considered as but is there an update or something of the list of posters in a thread? I can't, er, find it on the front page or forgot what it's called and most of the links link back to the first page anyway.

Also, is there a way to get the prevent video preview thing script?

Link to comment
Share on other sites

1 hour ago, エレノアヒューム said:

not sure what this would be considered as but is there an update or something of the list of posters in a thread? I can't, er, find it on the front page or forgot what it's called and most of the links link back to the first page anyway.

Also, is there a way to get the prevent video preview thing script?

Users in thread unfortunately not doable.

Prevent Video Preload is now updated & working.

Link to comment
Share on other sites

  • 1 year later...

Stylish has been corrupted. New instructions:

JavaScript Installation

 

Firefox

1. Install Greasemonkey.

2. Click the. Raw .button on the script page. Confirm the installation when prompted.

3. Visit an IP.Board 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 an IP.Board forum.

CSS Installation

 

1. Install Stylus. [Firefox] [Chrome]

2. Enter the Stylus 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 Serenes Forest: . URLs on the domain .:. serenesforest.net .

7. Save and visit the site.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...