When this script is active the signin page no longer shows signin user controls
commenting out the profile page separator ads section of the script fixes this issue, but then ads are show again on profile pages of other users /*profile page separator ads*/ /* body > div[id$="-wrapper"], body > section[id$="-content-page"] { display: none; } */
When this script is active the signin page no longer shows signin user controls
commenting out the profile page separator ads section of the script fixes this issue, but then ads are show again on profile pages of other users
/*profile page separator ads*/
/*
body > div[id$="-wrapper"],
body > section[id$="-content-page"] {
display: none;
}
*/