Loading...

Top
PFQ Banner

This is PokéFarm Q, a free online Pokémon collectables game.

Already a user? New to PFQ?

Site Skins: How-To, and Helpful CSS

Forum Index > PokéFarm > Guides >

Pages: 123··· 979899100101··· 382383384

Gladion Sorry for taking so long to respond! I've had the CSS in for a while, but it just suddenly stopped working.

Screenshot

Avatar made by me.
When you get a random albino legendary. PM me about cheap dex trading.
Lv. 100 — +409,253
Aspear BerryAspear Berry
Aspear Berry (SOUR)
Cheri BerryAspear Berry
Cheri Berry (SPICY)
Chesto BerryCheri Berry
Chesto Berry (DRY)
Pecha BerryPecha Berry
Pecha Berry (SWEET)
Rawst BerryRawst Berry
Rawst Berry (BITTER)
Likes:
Sweet food
ElectricFlying
Happiness 27%
Jolly nature
Prf X's AvatarPrf X
Prf X's Avatar
I'm trying to make this code work on my private fields too

Code

#field_field[data-mode="public"]>div.field>.fieldmon[data-flavour="sweet-sour"]{ border-radius: 75px; box-shadow: 0px 0px 0px 2px #0000ff; background-color: #0000ff;}
I'm on mobile so I can't look at the page codes myself
LEGO avatar built by me with LDD I always plan for the possibly of a hunt not being complete
we're only human after all
Looking for Hasty Pokemon I don't have TR/Tournament highlighting skin code Help Christopher Lee
aka Andros the Red In Space Ranger
's mom beat stage 2 lung cancer
Aemilia's AvatarAemilia
Aemilia's Avatar

QUOTE originally posted by Prf X

I'm trying to make this code work on my private fields too

Code

#field_field[data-mode="public"]>div.field>.fieldmon[data-flavour="sweet-sour"]{ border-radius: 75px; box-shadow: 0px 0px 0px 2px #0000ff; background-color: #0000ff;}
I'm on mobile so I can't look at the page codes myself
Get rid of [data-mode="public"]
Buying Prisms @ 70ZC and BSDs @ 30ZC Avatar by xaandiir for my use only
Prf X's AvatarPrf X
Prf X's Avatar
I did try removing [data-mode="public"] & try [data-mode="private"] The problem is [data-flavour="sweet-sour"] If I remove it the code works but for all Pokemon in my fields & I only want Hasty Pokemon highlighted
Bishop's AvatarBishop
Bishop's Avatar
sorry, berry preference is not displayed or accessed the same way in private view, so there is nothing to ID it by preference to highlight.
Lyrina25's AvatarLyrina25
Lyrina25's Avatar

QUOTE originally posted by Gladion

You need to select a berry first. Then they'll be stacked.
Oh nice! I didn't have to do that before, they stacked automatically. Awesome. Thanks!
Stop reporting my template and signature for Arceus' sake..! Sprites in siggy made by me other than the liepard which is officially nintendo's~
Gwafaiai's AvatarGwafaiai
Gwafaiai's Avatar
hey gladion, is there any way to remove prehistoric pokemon from the tampermonkey code? ive been faked out too many times and its making me sad :c
Ange ✦ She/They ✦
agender pan
journalshop
F2U code by Colorful
Hoard:|| Buying: | |
Poison Deltas
Corviknight's AvatarCorviknight
Corviknight's Avatar
Yup, sure thing. Has everything except the Prehistoric:

CODE

// ==UserScript== // @name shiny alert // @namespace http://tampermonkey.net/ // @version 0.1 // @description pokefarm stuff // @author You // @match https://pokefarm.com/shelter // @grant none // ==/UserScript== (function() { 'use strict'; var shelter= null; var next = document.getElementById("sheltercommands"); setInterval(function() { shelter = document.getElementById("shelterarea").getElementsByClassName("tooltip_content"); for(var i=0; i < shelter.length; i++) { if(next.innerHTML.length<500 && (shelter[i].innerHTML.includes("shiny.png")||shelter[i].innerHTML.includes("albino.png")||shelter[i].innerHTML.includes("melanistic.png")||shelter[i].innerHTML.includes("/_delta/")||shelter[i].innerHTML.includes("mega.png")||shelter[i].innerHTML.includes("starter.png"))) { next.insertAdjacentHTML('afterbegin', "<div style='position:absolute; left:50%; transform:translate(-50%);'><img src='https://pfq-static.com/img/misc/goldstar.png'> on page</div>"); } }}, 100); })();
official project sekai art; icon is official TCG art
he/him + 22 + cst
Gwafaiai's AvatarGwafaiai
Gwafaiai's Avatar
Thank you!
LeapingRiolu's AvatarLeapingRiolu
LeapingRiolu's Avatar
Could anyone make a tampermonkey script or css to replace the link for Lab, Party, Farm, ect. I dont believe there is an in game option to do it.
WE ARE THE RIOLU NATION! WE NO DA WEH! Ive got a new Shop! Yay! Follow the pokemon if your interested! CLICK ME FISH! SO CLOSE!
Shiny Stone

Shiny Stone

Evolution Stone

(: 0)

A bright stone that shines with a dazzling light.

Sells for 1,500

Lv. 1 — Locked
Aspear BerryAspear Berry
Aspear Berry (SOUR)
Cheri BerryAspear Berry
Cheri Berry (SPICY)
Chesto BerryCheri Berry
Chesto Berry (DRY)
Pecha BerryPecha Berry
Pecha Berry (SWEET)
Rawst BerryRawst Berry
Rawst Berry (BITTER)
Likes:
Sour food
WaterDark
Happiness 27%
Bold nature
And a link to a pretty cool raffle.
banner made by Anchali

Pages: 123··· 979899100101··· 382383384

Cannot post: Please log in to post

© PokéFarm 2009-2023 (Full details)Contact | Rules | Privacy | WikiGet shortlink for this page