-
Posts
2,967 -
Joined
-
Days Won
14
Content Type
Forums
Articles
Teams
College Commitments
Rankings
Authors
Jobs
Store
Everything posted by jross
-
This is a good time for any TNG nerds.
-
Am I close? Bang Bang (My Baby Shot Me Down) California Dreamin House of the Rising Sun Nowhere Man Paint It Black (I Can't Get No) Satisfaction (Sittin' On) The Dock of the Bay The Good, the Bad and the Ugly (theme) Working in the Coal Mine
-
I like the idea. Meanwhile check out https://sidelineswap.com/shop/wrestling/l11604
-
Only 19 of 300+ no-hitters were combined efforts in MLB history, but the trend has changed. https://www.espn.com/mlb/history/nohitters
-
Baseball stats are ludicrously positive. Johnny Bravo may be battling the Mendoza line on the year, but when it is his turn at bat, the scoreboard says "Batting .412 against LHP on Tuesday 1PM games when the count is 2 and 0 and no runners on base."
-
12 hours ago, Zap Brannigan said: "Absolutely, 99% not guilty."
-
I expected Zap Brannigan to say it better. "I want to slap your sister with a slice of bologna" or "Well, well. We meet again, Leela, only this time, I’m the one judging the sausage."
-
IMO the score should have been 4-1 for Garoutte over Gallagher after 1st. Not that it mattered. It was all Gallagher in the 2nd and 3rd, so it did not matter.
-
-
Chrome users can ignore and unignore topics from forums with this user script. Create the new script in your user/javascript utility and paste the attached text. Notice below in the Tampermonkey menu that Toggle Ignored Topic Display is a selection. Select the trash icon when hovering over a topic. The topic will disappear. Technical note: The topics to ignore are written to C:\Users\<username>\AppData\Local\Google\Chrome\User Data\Profile 1\Local Storage\leveldb\* in key value pairs like this: rit_ignoredTopics[{"id":"74"},{"id":"101"} To unignore topics, select Toggle Ignored Topic Display from the user script (Tampermonkey, etc.) menu. All hidden topics will display. Hover over the topic, select the trash can icon, and the topic will be displayed moving forward. You can ignore/unignore in this fashion and select Toggle Ignored Topic Display to hide ignored topics when finished. TopicIgnoreList-js-v0.1.txt
-
// Release Notes // v0.1 | Initial release removes posts with capitalized words, changes images, changes profile display names, and removes badges. // v0.2 | Add support for profile hover/popups and pagination loads // v0.3 | Remove member signatures. Only remove posts if there are multiple words in caps together. More images and names. ImproveIntermatForum-js-v0.3.txt
-
How does one decipher @treep2000. Did you buy a jeep truck for $2000? https://www.urbandictionary.com/define.php?term=Treep A truck/jeep Travel, Eat, Repeat Twitter Creep Trump Sheep Creeping from a tree
-
Gary Abbott Dan_P SmittyFan
-
One might overlook the need to type a reason for hiding and select 'Save' after they choose 'hide' from the ... option.
-
Just so you know, the hidden post is removed from the view of everyone but moderators, including the author. The author cannot find and unhide their post. A moderator could unhide a post if the author made a rare request.
-
If Andy Reid was coach… lock it
-
-
Notes After installing the tampermonkey extension, select it, Create a new script..., and paste the javascript into it. Save the file. Refresh the Intermat Forum in the Chrome web browser, and it should work. You can disable the script directly from the tampermonkey extension or remove function calls inside of makeImprovements() by adding '//' to comment out a call like //removePostsWithCAPS();. Currently, I disable the script when editing a post because the edit language contains CAPs, and the post is deleted HaHa. Javascript is a programming language that runs in real-time on the web browser. This javascript file contains commands that manipulate the content displayed on a web page. Content may be added, removed, the color changed, etc. Anyone that wants to contribute or optimize is welcome. I do not have web development knowledge. Screenshots show the ability to create a new script, enable/disable the script, and edit the script.
-
This example adds more profile names and profile image changes. It adds support for retaining improvements in pagination scenarios and profiles hover popups. Also, anyone that wants to contribute is welcome. I'm figuring out javascript as I go and do not have web development knowledge. ImproveIntermatForum-js-v0.2.txt
-
@ionel - what is that a profile picture of, and what's the story behind your profile name? @Fadzaev2 - are you the biggest fan of the Russian Fadzaev? Is there a story there?
-
Just create a team super thread like Iran?
-
This example removes posts with capitalized words, changes images, changes profile display names, and removes badges. Note: did not change the information in profile hover/popups. Install TamperMonkey (chrome, home) or any web browser extension that allows for javascript Create a new user script Enjoy ImproveIntermatForum-js.txt