- Joined
- Apr 26, 2010
- Messages
- 4,175
- Points
- 83
What's the problem here? :thinking:
Last edited:
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
turns out i can't keep the new posts search without putting the regular search back on
so yah i labeled the Google search [LPF Search] and the other one remains just [Search]
i guess that gives redundancy in case either one fails or whatever
I actually found the Google Search Bar on this Forum quiteI don't know. I am going to be the unpopular decision here because I LOATHE the google search bars on forums. Worthless. If I want google I go to google. In fact, if I cannot find it on the forum search I will search using google but NEVER on the forum itself. Rubbish, that box is. Rubbish.
But most everybody thinks it would be best at the top so :shrug: I don't have to use it, and if it helps other people, put it up there :beer:
-Isaac
I am really satisfied with the google search bar
I find it better at the bottom. Press the LPF Search button and you are automaticly send to the bottom of the site
// ==UserScript==
// @name My Script LPF
// @description A brief description of your script
// @author Your Name
// @include http://laserpointerforums.com/*
// @version 1.0
// ==/UserScript==
var container = document.querySelector ("page");
var firstTargDiv = container.querySelector ("page > div.gsc-control-cse:first-child");
var lastTargDiv = container.querySelector ("page > div.tborder:last-child");
container.insertBefore (lastTargDiv, firstTargDiv);