Picon

Learn Chinese (Mandarin) faster by using flashcards with pictures

http://www.ichineseflashcards.com will help you learn Chinese
(Mandarin) faster by using flashcards with pictures, thanks

--

-- 
You received this message because you are subscribed to the Google Groups "greasemonkey-users" group.
To post to this group, send email to greasemonkey-users <at> googlegroups.com.
To unsubscribe from this group, send email to greasemonkey-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.

James Collings | 1 Feb 10:44
Picon
Favicon

PLEASE HELP

My name is Jim and no i do not have a whole lot of computer smarts
I NEED   HELP i have been playing Zygna's Mafia Wars more then daily
for over 3 years  about a month ago i downloaded a mafia wars add on
script through/for grease monkey ever since i have this link/bug
covering a button in my groups properties page to access for help in
addition i have been experiencing  many problems  i have taken many
screen shots and sent them to zynga via e-mail and continue to receive
the run around for over a month now.I WANNA KNOW IF ANYBODY KNOWS WHAT
THIS IS,? Where it could have came from ,? and how to get rid of
it ???   All 11 members of my group all in different places have it
there too i have it no matter what browser i use it is all ways and
still there i normally use google chrome ... Should i just delete my
face book account and stop[ playing after more than 3 years ???????
PLEASE HELP MY E-MAIL ADDRESS IS jimcoll33 <at> yahoo.com here it is.....
trackFBFeedSend('2816f43e36bc8dbd8e10548db3f2fe72$$cjL4SXOS!
6bNY5*UzJS(,1NvcVOKLN3mo1qd)d-0bguV-cxeBpuBYJISA)LC!', 1768530018, 0,
post_id); } else { $.noop(); } }, autoPublish:true,
ref:'clan_property_' }; MW.Feed(feed);" class="sexy_button_new
sexy_button_new short white sexy_announce_gray"
id="ask_family_parts_1" style="margin-right: 11px;">Ask for Parts

--

-- 
You received this message because you are subscribed to the Google Groups "greasemonkey-users" group.
To post to this group, send email to greasemonkey-users <at> googlegroups.com.
To unsubscribe from this group, send email to greasemonkey-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.

LWChris@LyricWiki | 1 Feb 14:51
Picon
Picon
Gravatar

Re: PLEASE HELP

Am 01.02.2012 10:44, schrieb James Collings:
> My name is Jim and no i do not have a whole lot of computer smarts
> I NEED   HELP i have been playing Zygna's Mafia Wars more then daily
> for over 3 years  about a month ago i downloaded a mafia wars add on
> script through/for grease monkey ever since i have this link/bug
> covering a button in my groups properties page to access for help in
> addition i have been experiencing  many problems  i have taken many
> screen shots and sent them to zynga via e-mail and continue to receive
> the run around for over a month now.I WANNA KNOW IF ANYBODY KNOWS WHAT
> THIS IS,? Where it could have came from ,? and how to get rid of
> it ???   All 11 members of my group all in different places have it
> there too i have it no matter what browser i use it is all ways and
> still there i normally use google chrome ... Should i just delete my
> face book account and stop[ playing after more than 3 years ???????

Hi Jim,

I'm not sure if I got it correctly that the script is the problem (kinda 
hard to get what you're talking about with nearly no punctuation), but 
if it's right that the problems occur SINCE you downloaded the script, I 
think you could simply deactivate the script for a first try: If you've 
got the Greasemonkey button in your button-bar of Firefox, click on the 
small arrow and remove the tick from the item of that Mafia Wars script. 
If you do not have such a button, open the add-on manager, switch to the 
userscripts tab and deactivate the script from over there.

Try refreshing the Mafia Wars page then to undo all changes that script 
did. If that fixes your problem, you can then decide whether you want to 
just keep it deactivated or completely uninstall it from the add-on manager.

(Continue reading)

Tei | 1 Feb 17:46
Picon
Gravatar

Re: PLEASE HELP

On 1 February 2012 10:44, James Collings <jimcoll33 <at> yahoo.com> wrote:
> My name is Jim and no i do not have a whole lot of computer smarts
> I NEED   HELP i have been playing Zygna's Mafia Wars more then daily
> for over 3 years  about a month ago i downloaded a mafia wars add on
> script through/for grease monkey ever since i have this link/bug
> covering a button in my groups properties page to access for help in
> addition i have been experiencing  many problems  i have taken many
> screen shots and sent them to zynga via e-mail and continue to receive
> the run around for over a month now.

You sould not contact the original game devs for a problem that could
be caused by a modification of the game. Doing so, you create a
economic incentive to block any modification, so you can ruin your
future fun, and the one of other people.

-- 
--
ℱin del ℳensaje.

--

-- 
You received this message because you are subscribed to the Google Groups "greasemonkey-users" group.
To post to this group, send email to greasemonkey-users <at> googlegroups.com.
To unsubscribe from this group, send email to greasemonkey-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.

Richard | 1 Feb 20:32

Script for Image Gallery

Hello,
I often visit a site with a click-thru (next/previous image etc.)
gallery, which I find quite tedious. So I made myself a custom html
(saved on my desktop), to see all images in just one page.
For example the gallery URL is:
www.example.com/1234567890/galleryname/
my html looks like this (I'm a html noob):
<code>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>example.com pics</title>
</head>
<body bgcolor="#000000" text="#FFFFFF">
<div id="photo"><img
src="http://static.example.com/content/1234567890/1.jpg"></div>
<div id="photo"><img
src="http://static.example.com/content/1234567890/2.jpg"></div>
<div id="photo"><img
src="http://static.example.com/content/1234567890/3.jpg"></div>
...
..
.
</body>
</html>
</code>

In this html I change then manually (via replace all) the gallery
number to the appropriate number. Even tho this is much faster than
(Continue reading)

daveroderick | 2 Feb 12:58
Picon

Google web history

I installed Greasemonkey because my google web history no longer
worked with Firefox.  According to the user script list I have
enablegooglewebhistory 0.0.2 and I have enable google web history
checked in the Greasemonkey pull down.  But my google web history is
still only tracking google searches and not other pages that I go to.
What should I do to make this work?

Thanks,
Dave

--

-- 
You received this message because you are subscribed to the Google Groups "greasemonkey-users" group.
To post to this group, send email to greasemonkey-users <at> googlegroups.com.
To unsubscribe from this group, send email to greasemonkey-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.

Anthony Lieuallen | 2 Feb 15:39
Picon
Gravatar

Re: Google web history

Talk to the author of that user script.  We don't know anything about it nor if/how it works.

On Thu, Feb 2, 2012 at 6:58 AM, daveroderick <vlmadmin <at> gmail.com> wrote:
I installed Greasemonkey because my google web history no longer
worked with Firefox.  According to the user script list I have
enablegooglewebhistory 0.0.2 and I have enable google web history
checked in the Greasemonkey pull down.  But my google web history is
still only tracking google searches and not other pages that I go to.
What should I do to make this work?

--
You received this message because you are subscribed to the Google Groups "greasemonkey-users" group.
To post to this group, send email to greasemonkey-users <at> googlegroups.com.
To unsubscribe from this group, send email to greasemonkey-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.
Picon
Favicon

REplace html with another html

On www.youtube.com  I am trying to replace:

      <div id="masthead" class="" dir="ltr">
          <a id="logo-container" href="/" title="YouTube home">
    <img id="logo" src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif"
alt="YouTube home">
  </a>

      <div id="masthead-user-bar-container" >
        <div id="masthead-user-bar">
          <div id="masthead-user">

<span id="masthead-user-expander"class="yt-uix-expander yt-uix-
expander-collapsed"data-expander-
action="yt.www.masthead.toggleExpandedMasthead"><span id="masthead-
user-wrapper" class="yt-uix-expander-head yt-rounded"
tabindex="0"><button type="button" id="masthead-user-button"
onclick=";return false;" class=" yt-uix-button yt-uix-button-text yt-
uix-button-toggle"  role="button"><span class="yt-uix-button-
content">  <span id="masthead-user-image">
    <span class="clip">
      <span class="clip-center">
        <img src="http://i1.ytimg.com/i/0vizxIIPy3xLVsPMd4isaw/1.jpg?
v=8f8172" alt="(YOUR YOUTUBE USERNAME GOES HERE">
        <span class="vertical-center"></span>
      </span>
    </span>
  </span>
  <span class="masthead-user-username">YOUR YOUTUBE USERNAME GOES
HERE</span>

  <span class="yt-uix-expander-arrow"></span>
 </span></button></span></span>
          </div>
        </div>
      </div>
    <div id="masthead-search-bar-container" >
      <div id="masthead-search-bar">
<div id="masthead-nav"><a href="/videos?feature=mh" >Browse</a><span
class="masthead-link-separator">|</span><a href="/shows?feature=mh"
>TV Shows</a>              <span class="masthead-link-separator">|</
span><a href="/movies?feature=mh" >Films</a>              <span
class="masthead-link-separator">|</span><a href="http://
www.youtube.com/my_videos_upload" >Upload</a></div>

  <form id="masthead-search" class="search-form consolidated-form"
action="/results" onsubmit="if (_gel('masthead-search-
term').value == '') return false;">

<button class="search-btn-compontent search-button yt-uix-button"
onclick="if (_gel('masthead-search-term').value == '')
return false; _gel('masthead-search').submit(); return
false;;return true;" type="submit" id="search-btn" dir="ltr"
tabindex="2"  role="button"><span class="yt-uix-button-content">Search
</span></button><div id="masthead-search-terms"
dir="ltr"><label><input id="masthead-search-term"
onfocus="_addclass(_gel('masthead-search'),
'focused'); " onblur="_removeclass(_gel('masthead-
search'), 'focused');" autocomplete="off" class="search-
term " name="search_query" value="" type="text" tabindex="1"
onkeyup="goog.i18n.bidi.setDirAttribute(event,this)"  title="Search"></
label></div>  </form>

      </div>
    </div>
  </div>

With:

<div id="masthead">
  <a class="logo" href="http://web.archive.org/web/20091026171708/
http://www.youtube.com/">
  <img border="0" alt="" src="http://web.archive.org/web/
20091026171708im_/https://www.google.com/accounts/youtube/
youtube_pixel.gif"/>
  </a>
  <div id="masthead-main">
  <div id="masthead-search">
  <form name="searchForm" method="get" action="http://web.archive.org/
web/20091026171708/http://www.youtube.com/results" class="search-
form">
  <div class="search-wrapper">

  <input type="text" maxlength="128" value="" tabindex="1"
name="search_query" class="search-term" id="masthead-search-term"/>
  <input type="hidden" value="" name="search_type" id="search-type-
masthead"/>
  <a onclick="document.searchForm.submit(); return false;"
href="http://web.archive.org/web/20091026171708/https://www.google.com/
accounts/ForgotPasswd?service=youtube&ltmpl=sso#" class="yt-button
yt-button-primary">
  <span>
  Search
  </span>
  </a>
  </div>
  </form>

  </div>
  <div id="masthead-nav-main">
  <a href="http://web.archive.org/web/20091026171708/http://
www.youtube.com/">
  Home
  </a>
  <a href="http://web.archive.org/web/20091026171708/http://
www.youtube.com/browse">
  Videos
  </a>
  <a href="http://web.archive.org/web/20091026171708/http://
www.youtube.com/members">
  Channels
  </a>

  <a href="http://web.archive.org/web/20091026171708/http://
www.youtube.com/shows">
  Shows
  </a>

Obviously I will chnage web archive stuff for no wen archive stuff
when it is working and YOUR YOUTUBE USERNAME GOES HERE will be
replaced with your YouTube username (it would be useful if someone
could give me an ID for that aswell) I have writen scripts before but
still do not much about writing scripts.

Below is what i tried:

// ==/UserScript==

var eska1, eska2, eska3;
eska1 = document.getElementById('masthead-container');

if (eska1) {
    eska2.innerHTML = '
      <div id="masthead" class="" dir="ltr">
          <a id="logo-container" href="/" title="YouTube home">
    <img id="logo" src="//s.ytimg.com/yt/img/pixel-vfl3z5WfW.gif"
alt="YouTube home">
  </a>

      <div id="masthead-user-bar-container" >
        <div id="masthead-user-bar">
          <div id="masthead-user">

<span id="masthead-user-expander"class="yt-uix-expander yt-uix-
expander-collapsed"data-expander-
action="yt.www.masthead.toggleExpandedMasthead"><span id="masthead-
user-wrapper" class="yt-uix-expander-head yt-rounded"
tabindex="0"><button type="button" id="masthead-user-button"
onclick=";return false;" class=" yt-uix-button yt-uix-button-text yt-
uix-button-toggle"  role="button"><span class="yt-uix-button-
content">  <span id="masthead-user-image">
    <span class="clip">
      <span class="clip-center">
        <img src="http://i1.ytimg.com/i/0vizxIIPy3xLVsPMd4isaw/1.jpg?
v=8f8172" alt="MY YOUTUBE USER NAME WAS HERE">
        <span class="vertical-center"></span>
      </span>
    </span>
  </span>
  <span class="masthead-user-username">MY YOUTUBE USERNAME WAS HERE</
span>

  <span class="yt-uix-expander-arrow"></span>
 </span></button></span></span>
          </div>
        </div>
      </div>
    <div id="masthead-search-bar-container" >
      <div id="masthead-search-bar">
<div id="masthead-nav"><a href="/videos?feature=mh" >Browse</a><span
class="masthead-link-separator">|</span><a href="/shows?feature=mh"
>TV Shows</a>              <span class="masthead-link-separator">|</
span><a href="/movies?feature=mh" >Films</a>              <span
class="masthead-link-separator">|</span><a href="http://
www.youtube.com/my_videos_upload" >Upload</a></div>

  <form id="masthead-search" class="search-form consolidated-form"
action="/results" onsubmit="if (_gel('masthead-search-
term').value == '') return false;">

<button class="search-btn-compontent search-button yt-uix-button"
onclick="if (_gel('masthead-search-term').value == '')
return false; _gel('masthead-search').submit(); return
false;;return true;" type="submit" id="search-btn" dir="ltr"
tabindex="2"  role="button"><span class="yt-uix-button-content">Search
</span></button><div id="masthead-search-terms"
dir="ltr"><label><input id="masthead-search-term"
onfocus="_addclass(_gel('masthead-search'),
'focused'); " onblur="_removeclass(_gel('masthead-
search'), 'focused');" autocomplete="off" class="search-
term " name="search_query" value="" type="text" tabindex="1"
onkeyup="goog.i18n.bidi.setDirAttribute(event,this)"  title="Search"></
label></div>  </form>

      </div>
    </div>
  </div>';
    eska3.innerHTML = '<div id="masthead">
  <a class="logo" href="http://web.archive.org/web/20091026171708/
http://www.youtube.com/">
  <img border="0" alt="" src="http://web.archive.org/web/
20091026171708im_/https://www.google.com/accounts/youtube/
youtube_pixel.gif"/>
  </a>
  <div id="masthead-main">
  <div id="masthead-search">
  <form name="searchForm" method="get" action="http://web.archive.org/
web/20091026171708/http://www.youtube.com/results" class="search-
form">
  <div class="search-wrapper">

  <input type="text" maxlength="128" value="" tabindex="1"
name="search_query" class="search-term" id="masthead-search-term"/>
  <input type="hidden" value="" name="search_type" id="search-type-
masthead"/>
  <a onclick="document.searchForm.submit(); return false;"
href="http://web.archive.org/web/20091026171708/https://www.google.com/
accounts/ForgotPasswd?service=youtube&ltmpl=sso#" class="yt-button
yt-button-primary">
  <span>
  Search
  </span>
  </a>
  </div>
  </form>

  </div>
  <div id="masthead-nav-main">
  <a href="http://web.archive.org/web/20091026171708/http://
www.youtube.com/">
  Home
  </a>
  <a href="http://web.archive.org/web/20091026171708/http://
www.youtube.com/browse">
  Videos
  </a>
  <a href="http://web.archive.org/web/20091026171708/http://
www.youtube.com/members">
  Channels
  </a>

  <a href="http://web.archive.org/web/20091026171708/http://
www.youtube.com/shows">
  Shows
  </a>';
    eska1.innerHTML.replace(eska2, eska3);

}

Sorry if this post is TLDR but any help is apreciated.

--

-- 
You received this message because you are subscribed to the Google Groups "greasemonkey-users" group.
To post to this group, send email to greasemonkey-users <at> googlegroups.com.
To unsubscribe from this group, send email to greasemonkey-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.

LWChris@LyricWiki | 4 Feb 18:42
Picon
Picon
Gravatar

Re: REplace html with another html

Am 04.02.2012 18:02, schrieb Anonymous Usercript writer:
> On www.youtube.com  I am trying to replace html.

"Replace" is a function to apply regular expressions on a text. To 
modify the innerHTML, you can simply assign some new text to it like this:

element = document.getElementyById("ElementId");
element.innerHTML = "<span>New HTML</span>";

Sorry if that does not quite fit your question but it's impossible to 
read through the mail with all that HTML in it.

For future posts: please ask the question on a more abstract level. You 
should name the page URL, you can name the elements' IDs, and you can 
also post some lines of script code you've written. But please not post 
the whole website or userscript if it's just one line that doesn't work.

Chris

--

-- 
You received this message because you are subscribed to the Google Groups "greasemonkey-users" group.
To post to this group, send email to greasemonkey-users <at> googlegroups.com.
To unsubscribe from this group, send email to greasemonkey-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.

Picon
Favicon

Re: REplace html with another html

I gues post was TLDR sorry anyway that was not the entire userscript
just the code that did not work. (withb the HTMLs inluded)
Right so to replace stuff do I need to remove them then insert New
HTML or does that code automaticly remove everything covered by the
element?

--

-- 
You received this message because you are subscribed to the Google Groups "greasemonkey-users" group.
To post to this group, send email to greasemonkey-users <at> googlegroups.com.
To unsubscribe from this group, send email to greasemonkey-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.


Gmane