Suggestions

Denied Sidepanel | Go to last post option

Submitted by VirtusGraphics, , Thread ID: 85320

Thread Closed

RE: Sidepanel | Go to last post option

Starfola
Flat Chest is Best Chest
Level:
8
Reputation:
136
Posts:
1.88K
Likes:
231
Credits:
-117
21-04-2018, 12:49 PM
This post was last modified: 21-04-2018, 12:50 PM by Starfola
#9
Here's a very simple userscript that should work.


Code:
// ==UserScript==
// @name     NewPost to LastPost
// @version   0.1
// @description Changes the url from "newpost" to "lastpost".
// @author     https://nulledbb.com/profile/6429
// @match    https://nulledbb.com/*
// ==/UserScript==
windows.location = window.location.replace('action=newpost', 'action=lastpost');
[Image: 7ElFux.gif]

Users browsing this thread: 1 Guest(s)